PublisherSummary

class oci.marketplace_publisher.models.PublisherSummary(**kwargs)

Bases: object

The model for a publisher.

Attributes

PUBLISHER_TYPE_EXTERNAL A constant which can be used with the publisher_type property of a PublisherSummary.
PUBLISHER_TYPE_INTERNAL A constant which can be used with the publisher_type property of a PublisherSummary.
compartment_id [Required] Gets the compartment_id of this PublisherSummary.
contact_email [Required] Gets the contact_email of this PublisherSummary.
contact_phone [Required] Gets the contact_phone of this PublisherSummary.
defined_tags Gets the defined_tags of this PublisherSummary.
description Gets the description of this PublisherSummary.
display_name [Required] Gets the display_name of this PublisherSummary.
facebook_url Gets the facebook_url of this PublisherSummary.
freeform_tags Gets the freeform_tags of this PublisherSummary.
hq_address Gets the hq_address of this PublisherSummary.
id [Required] Gets the id of this PublisherSummary.
legacy_id Gets the legacy_id of this PublisherSummary.
linkedin_url Gets the linkedin_url of this PublisherSummary.
logo Gets the logo of this PublisherSummary.
publisher_type [Required] Gets the publisher_type of this PublisherSummary.
registry_namespace [Required] Gets the registry_namespace of this PublisherSummary.
system_tags Gets the system_tags of this PublisherSummary.
time_created [Required] Gets the time_created of this PublisherSummary.
time_updated [Required] Gets the time_updated of this PublisherSummary.
twitter_url Gets the twitter_url of this PublisherSummary.
website_url Gets the website_url of this PublisherSummary.
year_founded Gets the year_founded of this PublisherSummary.

Methods

__init__(**kwargs) Initializes a new PublisherSummary object with values from keyword arguments.
PUBLISHER_TYPE_EXTERNAL = 'EXTERNAL'

A constant which can be used with the publisher_type property of a PublisherSummary. This constant has a value of “EXTERNAL”

PUBLISHER_TYPE_INTERNAL = 'INTERNAL'

A constant which can be used with the publisher_type property of a PublisherSummary. This constant has a value of “INTERNAL”

__init__(**kwargs)

Initializes a new PublisherSummary 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 PublisherSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this PublisherSummary.
  • registry_namespace (str) – The value to assign to the registry_namespace property of this PublisherSummary.
  • legacy_id (str) – The value to assign to the legacy_id property of this PublisherSummary.
  • display_name (str) – The value to assign to the display_name property of this PublisherSummary.
  • description (str) – The value to assign to the description property of this PublisherSummary.
  • year_founded (int) – The value to assign to the year_founded property of this PublisherSummary.
  • website_url (str) – The value to assign to the website_url property of this PublisherSummary.
  • contact_email (str) – The value to assign to the contact_email property of this PublisherSummary.
  • contact_phone (str) – The value to assign to the contact_phone property of this PublisherSummary.
  • hq_address (str) – The value to assign to the hq_address property of this PublisherSummary.
  • logo (oci.marketplace_publisher.models.UploadData) – The value to assign to the logo property of this PublisherSummary.
  • facebook_url (str) – The value to assign to the facebook_url property of this PublisherSummary.
  • twitter_url (str) – The value to assign to the twitter_url property of this PublisherSummary.
  • linkedin_url (str) – The value to assign to the linkedin_url property of this PublisherSummary.
  • publisher_type (str) – The value to assign to the publisher_type property of this PublisherSummary. Allowed values for this property are: “INTERNAL”, “EXTERNAL”, ‘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 PublisherSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this PublisherSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this PublisherSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this PublisherSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this PublisherSummary.
compartment_id

[Required] Gets the compartment_id of this PublisherSummary. The root compartment of the Publisher.

Returns:The compartment_id of this PublisherSummary.
Return type:str
contact_email

[Required] Gets the contact_email of this PublisherSummary. The public email address of the publisher for customers.

Returns:The contact_email of this PublisherSummary.
Return type:str
contact_phone

[Required] Gets the contact_phone of this PublisherSummary. The phone number of the publisher in E.164 format.

Returns:The contact_phone of this PublisherSummary.
Return type:str
defined_tags

Gets the defined_tags of this PublisherSummary. 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 PublisherSummary.
Return type:dict(str, dict(str, object))
description

Gets the description of this PublisherSummary. A description of the publisher.

Returns:The description of this PublisherSummary.
Return type:str
display_name

[Required] Gets the display_name of this PublisherSummary. The name of the publisher.

Returns:The display_name of this PublisherSummary.
Return type:str
facebook_url

Gets the facebook_url of this PublisherSummary. Publisher’s Facebook URL

Returns:The facebook_url of this PublisherSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this PublisherSummary. 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 PublisherSummary.
Return type:dict(str, str)
hq_address

Gets the hq_address of this PublisherSummary. The address of the publisher’s headquarters.

Returns:The hq_address of this PublisherSummary.
Return type:str
id

[Required] Gets the id of this PublisherSummary. Unique OCID identifier for the publisher.

Returns:The id of this PublisherSummary.
Return type:str
legacy_id

Gets the legacy_id of this PublisherSummary. Unique legacy service identifier for the publisher.

Returns:The legacy_id of this PublisherSummary.
Return type:str
linkedin_url

Gets the linkedin_url of this PublisherSummary. Publisher’s LinkedIn URL

Returns:The linkedin_url of this PublisherSummary.
Return type:str

Gets the logo of this PublisherSummary.

Returns:The logo of this PublisherSummary.
Return type:oci.marketplace_publisher.models.UploadData
publisher_type

[Required] Gets the publisher_type of this PublisherSummary. publisher type.

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

Returns:The publisher_type of this PublisherSummary.
Return type:str
registry_namespace

[Required] Gets the registry_namespace of this PublisherSummary. The namespace for the publisher registry to persist artifacts.

Returns:The registry_namespace of this PublisherSummary.
Return type:str
system_tags

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

[Required] Gets the time_created of this PublisherSummary. The time the publisher was created. An RFC3339 formatted datetime string.

Returns:The time_created of this PublisherSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this PublisherSummary. The time the publisher was updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this PublisherSummary.
Return type:datetime
twitter_url

Gets the twitter_url of this PublisherSummary. Publisher’s Twitter URL

Returns:The twitter_url of this PublisherSummary.
Return type:str
website_url

Gets the website_url of this PublisherSummary. The publisher’s website.

Returns:The website_url of this PublisherSummary.
Return type:str
year_founded

Gets the year_founded of this PublisherSummary. The year the publisher’s company or organization was founded.

Returns:The year_founded of this PublisherSummary.
Return type:int