AdminPublisherSummary¶
-
class
oci.marketplace_publisher.models.AdminPublisherSummary(**kwargs)¶ Bases:
objectThe model for a publisher.
Attributes
STATUS_APPROVEDA constant which can be used with the status property of a AdminPublisherSummary. STATUS_CONTACTEDA constant which can be used with the status property of a AdminPublisherSummary. STATUS_NEWA constant which can be used with the status property of a AdminPublisherSummary. STATUS_REJECTEDA constant which can be used with the status property of a AdminPublisherSummary. STATUS_REMOVEDA constant which can be used with the status property of a AdminPublisherSummary. STATUS_SUSPENDEDA constant which can be used with the status property of a AdminPublisherSummary. compartment_id[Required] Gets the compartment_id of this AdminPublisherSummary. compartment_nameGets the compartment_name of this AdminPublisherSummary. contact_email[Required] Gets the contact_email of this AdminPublisherSummary. contact_phone[Required] Gets the contact_phone of this AdminPublisherSummary. defined_tagsGets the defined_tags of this AdminPublisherSummary. descriptionGets the description of this AdminPublisherSummary. display_name[Required] Gets the display_name of this AdminPublisherSummary. emailGets the email of this AdminPublisherSummary. employee_countGets the employee_count of this AdminPublisherSummary. facebook_urlGets the facebook_url of this AdminPublisherSummary. first_nameGets the first_name of this AdminPublisherSummary. freeform_tagsGets the freeform_tags of this AdminPublisherSummary. hq_addressGets the hq_address of this AdminPublisherSummary. id[Required] Gets the id of this AdminPublisherSummary. is_app_publisherGets the is_app_publisher of this AdminPublisherSummary. is_opn_agreement_validation_exemptGets the is_opn_agreement_validation_exempt of this AdminPublisherSummary. is_oracle_ownedGets the is_oracle_owned of this AdminPublisherSummary. is_service_publisherGets the is_service_publisher of this AdminPublisherSummary. last_nameGets the last_name of this AdminPublisherSummary. legacy_idGets the legacy_id of this AdminPublisherSummary. linkedin_urlGets the linkedin_url of this AdminPublisherSummary. logoGets the logo of this AdminPublisherSummary. modified_byGets the modified_by of this AdminPublisherSummary. partner_portal_optionsGets the partner_portal_options of this AdminPublisherSummary. publisher_type[Required] Gets the publisher_type of this AdminPublisherSummary. registry_namespace[Required] Gets the registry_namespace of this AdminPublisherSummary. solution_descriptionGets the solution_description of this AdminPublisherSummary. statusGets the status of this AdminPublisherSummary. system_tagsGets the system_tags of this AdminPublisherSummary. time_created[Required] Gets the time_created of this AdminPublisherSummary. time_expiredGets the time_expired of this AdminPublisherSummary. time_updated[Required] Gets the time_updated of this AdminPublisherSummary. twitter_urlGets the twitter_url of this AdminPublisherSummary. website_urlGets the website_url of this AdminPublisherSummary. year_foundedGets the year_founded of this AdminPublisherSummary. Methods
__init__(**kwargs)Initializes a new AdminPublisherSummary object with values from keyword arguments. -
STATUS_APPROVED= 'APPROVED'¶ A constant which can be used with the status property of a AdminPublisherSummary. This constant has a value of “APPROVED”
-
STATUS_CONTACTED= 'CONTACTED'¶ A constant which can be used with the status property of a AdminPublisherSummary. This constant has a value of “CONTACTED”
-
STATUS_NEW= 'NEW'¶ A constant which can be used with the status property of a AdminPublisherSummary. This constant has a value of “NEW”
-
STATUS_REJECTED= 'REJECTED'¶ A constant which can be used with the status property of a AdminPublisherSummary. This constant has a value of “REJECTED”
-
STATUS_REMOVED= 'REMOVED'¶ A constant which can be used with the status property of a AdminPublisherSummary. This constant has a value of “REMOVED”
-
STATUS_SUSPENDED= 'SUSPENDED'¶ A constant which can be used with the status property of a AdminPublisherSummary. This constant has a value of “SUSPENDED”
-
__init__(**kwargs)¶ Initializes a new AdminPublisherSummary 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 AdminPublisherSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this AdminPublisherSummary.
- compartment_name (str) – The value to assign to the compartment_name property of this AdminPublisherSummary.
- first_name (str) – The value to assign to the first_name property of this AdminPublisherSummary.
- last_name (str) – The value to assign to the last_name property of this AdminPublisherSummary.
- email (str) – The value to assign to the email property of this AdminPublisherSummary.
- registry_namespace (str) – The value to assign to the registry_namespace property of this AdminPublisherSummary.
- status (str) – The value to assign to the status property of this AdminPublisherSummary. Allowed values for this property are: “NEW”, “APPROVED”, “SUSPENDED”, “REMOVED”, “REJECTED”, “CONTACTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- legacy_id (str) – The value to assign to the legacy_id property of this AdminPublisherSummary.
- display_name (str) – The value to assign to the display_name property of this AdminPublisherSummary.
- description (str) – The value to assign to the description property of this AdminPublisherSummary.
- solution_description (str) – The value to assign to the solution_description property of this AdminPublisherSummary.
- year_founded (int) – The value to assign to the year_founded property of this AdminPublisherSummary.
- employee_count (str) – The value to assign to the employee_count property of this AdminPublisherSummary.
- modified_by (str) – The value to assign to the modified_by property of this AdminPublisherSummary.
- is_oracle_owned (bool) – The value to assign to the is_oracle_owned property of this AdminPublisherSummary.
- is_opn_agreement_validation_exempt (bool) – The value to assign to the is_opn_agreement_validation_exempt property of this AdminPublisherSummary.
- partner_portal_options (oci.marketplace_publisher.models.PartnerPortalOptions) – The value to assign to the partner_portal_options property of this AdminPublisherSummary.
- website_url (str) – The value to assign to the website_url property of this AdminPublisherSummary.
- contact_email (str) – The value to assign to the contact_email property of this AdminPublisherSummary.
- contact_phone (str) – The value to assign to the contact_phone property of this AdminPublisherSummary.
- hq_address (str) – The value to assign to the hq_address property of this AdminPublisherSummary.
- logo (oci.marketplace_publisher.models.UploadData) – The value to assign to the logo property of this AdminPublisherSummary.
- facebook_url (str) – The value to assign to the facebook_url property of this AdminPublisherSummary.
- twitter_url (str) – The value to assign to the twitter_url property of this AdminPublisherSummary.
- linkedin_url (str) – The value to assign to the linkedin_url property of this AdminPublisherSummary.
- publisher_type (str) – The value to assign to the publisher_type property of this AdminPublisherSummary.
- is_app_publisher (bool) – The value to assign to the is_app_publisher property of this AdminPublisherSummary.
- is_service_publisher (bool) – The value to assign to the is_service_publisher property of this AdminPublisherSummary.
- time_created (datetime) – The value to assign to the time_created property of this AdminPublisherSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this AdminPublisherSummary.
- time_expired (datetime) – The value to assign to the time_expired property of this AdminPublisherSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AdminPublisherSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AdminPublisherSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this AdminPublisherSummary.
-
compartment_id¶ [Required] Gets the compartment_id of this AdminPublisherSummary. The root compartment of the Publisher.
Returns: The compartment_id of this AdminPublisherSummary. Return type: str
-
compartment_name¶ Gets the compartment_name of this AdminPublisherSummary. The root compartment name of the Publisher.
Returns: The compartment_name of this AdminPublisherSummary. Return type: str
-
contact_email¶ [Required] Gets the contact_email of this AdminPublisherSummary. The public email address of the publisher for customers.
Returns: The contact_email of this AdminPublisherSummary. Return type: str
-
contact_phone¶ [Required] Gets the contact_phone of this AdminPublisherSummary. The phone number of the publisher in E.164 format.
Returns: The contact_phone of this AdminPublisherSummary. Return type: str
Gets the defined_tags of this AdminPublisherSummary. 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 AdminPublisherSummary. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this AdminPublisherSummary. A description of the publisher.
Returns: The description of this AdminPublisherSummary. Return type: str
-
display_name¶ [Required] Gets the display_name of this AdminPublisherSummary. The name of the publisher.
Returns: The display_name of this AdminPublisherSummary. Return type: str
-
email¶ Gets the email of this AdminPublisherSummary. Email address of the publisher.
Returns: The email of this AdminPublisherSummary. Return type: str
-
employee_count¶ Gets the employee_count of this AdminPublisherSummary. Count of employees in publisher’s company
Returns: The employee_count of this AdminPublisherSummary. Return type: str
-
facebook_url¶ Gets the facebook_url of this AdminPublisherSummary. Publisher’s Facebook URL
Returns: The facebook_url of this AdminPublisherSummary. Return type: str
-
first_name¶ Gets the first_name of this AdminPublisherSummary. First Name of the publisher
Returns: The first_name of this AdminPublisherSummary. Return type: str
Gets the freeform_tags of this AdminPublisherSummary. 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 AdminPublisherSummary. Return type: dict(str, str)
-
hq_address¶ Gets the hq_address of this AdminPublisherSummary. The address of the publisher’s headquarters.
Returns: The hq_address of this AdminPublisherSummary. Return type: str
-
id¶ [Required] Gets the id of this AdminPublisherSummary. Unique OCID identifier for the publisher.
Returns: The id of this AdminPublisherSummary. Return type: str
-
is_app_publisher¶ Gets the is_app_publisher of this AdminPublisherSummary. Indicates if publisher has application listings
Returns: The is_app_publisher of this AdminPublisherSummary. Return type: bool
-
is_opn_agreement_validation_exempt¶ Gets the is_opn_agreement_validation_exempt of this AdminPublisherSummary. Indicates whether this publisher is explicitly exempt from OPN and Oracle Cloud Marketplace Agreement validation.
Returns: The is_opn_agreement_validation_exempt of this AdminPublisherSummary. Return type: bool
-
is_oracle_owned¶ Gets the is_oracle_owned of this AdminPublisherSummary. Indicates if publisher is Oracle first-party or third-party
Returns: The is_oracle_owned of this AdminPublisherSummary. Return type: bool
-
is_service_publisher¶ Gets the is_service_publisher of this AdminPublisherSummary. Indicates if publisher has service listings
Returns: The is_service_publisher of this AdminPublisherSummary. Return type: bool
-
last_name¶ Gets the last_name of this AdminPublisherSummary. Last Name of the publisher
Returns: The last_name of this AdminPublisherSummary. Return type: str
-
legacy_id¶ Gets the legacy_id of this AdminPublisherSummary. Unique legacy service identifier for the publisher.
Returns: The legacy_id of this AdminPublisherSummary. Return type: str
-
linkedin_url¶ Gets the linkedin_url of this AdminPublisherSummary. Publisher’s LinkedIn URL
Returns: The linkedin_url of this AdminPublisherSummary. Return type: str
-
logo¶ Gets the logo of this AdminPublisherSummary.
Returns: The logo of this AdminPublisherSummary. Return type: oci.marketplace_publisher.models.UploadData
-
modified_by¶ Gets the modified_by of this AdminPublisherSummary. Indicates who modified the publisher data.
Returns: The modified_by of this AdminPublisherSummary. Return type: str
-
partner_portal_options¶ Gets the partner_portal_options of this AdminPublisherSummary.
Returns: The partner_portal_options of this AdminPublisherSummary. Return type: oci.marketplace_publisher.models.PartnerPortalOptions
-
publisher_type¶ [Required] Gets the publisher_type of this AdminPublisherSummary. publisher type.
Returns: The publisher_type of this AdminPublisherSummary. Return type: str
-
registry_namespace¶ [Required] Gets the registry_namespace of this AdminPublisherSummary. The namespace for the publisher registry to persist artifacts.
Returns: The registry_namespace of this AdminPublisherSummary. Return type: str
-
solution_description¶ Gets the solution_description of this AdminPublisherSummary. A description of the publisher solutions.
Returns: The solution_description of this AdminPublisherSummary. Return type: str
-
status¶ Gets the status of this AdminPublisherSummary. The status for the publisher.
Allowed values for this property are: “NEW”, “APPROVED”, “SUSPENDED”, “REMOVED”, “REJECTED”, “CONTACTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this AdminPublisherSummary. Return type: str
Gets the system_tags of this AdminPublisherSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this AdminPublisherSummary. Return type: dict(str, dict(str, object))
-
time_created¶ [Required] Gets the time_created of this AdminPublisherSummary. The time the publisher was created. An RFC3339 formatted datetime string.
Returns: The time_created of this AdminPublisherSummary. Return type: datetime
-
time_expired¶ Gets the time_expired of this AdminPublisherSummary. the expiry time of the publisher
Returns: The time_expired of this AdminPublisherSummary. Return type: datetime
-
time_updated¶ [Required] Gets the time_updated of this AdminPublisherSummary. The time the publisher was updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this AdminPublisherSummary. Return type: datetime
-
twitter_url¶ Gets the twitter_url of this AdminPublisherSummary. Publisher’s Twitter URL
Returns: The twitter_url of this AdminPublisherSummary. Return type: str
-
website_url¶ Gets the website_url of this AdminPublisherSummary. The publisher’s website.
Returns: The website_url of this AdminPublisherSummary. Return type: str
-
year_founded¶ Gets the year_founded of this AdminPublisherSummary. The year the publisher’s company or organization was founded.
Returns: The year_founded of this AdminPublisherSummary. Return type: int
-