AdminOpnPartnerSummary

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

Bases: object

OPN partner summary.

Attributes

MEMBERSHIP_STATUS_ACTIVE A constant which can be used with the membership_status property of a AdminOpnPartnerSummary.
MEMBERSHIP_STATUS_INACTIVE A constant which can be used with the membership_status property of a AdminOpnPartnerSummary.
MEMBERSHIP_STATUS_RENEWAL_IN_PROGRESS A constant which can be used with the membership_status property of a AdminOpnPartnerSummary.
city Gets the city of this AdminOpnPartnerSummary.
company_id [Required] Gets the company_id of this AdminOpnPartnerSummary.
country Gets the country of this AdminOpnPartnerSummary.
defined_tags Gets the defined_tags of this AdminOpnPartnerSummary.
end_date Gets the end_date of this AdminOpnPartnerSummary.
freeform_tags Gets the freeform_tags of this AdminOpnPartnerSummary.
last_updated Gets the last_updated of this AdminOpnPartnerSummary.
level_program_name [Required] Gets the level_program_name of this AdminOpnPartnerSummary.
membership_status [Required] Gets the membership_status of this AdminOpnPartnerSummary.
membership_type [Required] Gets the membership_type of this AdminOpnPartnerSummary.
number_of_employees Gets the number_of_employees of this AdminOpnPartnerSummary.
partner_name [Required] Gets the partner_name of this AdminOpnPartnerSummary.
partner_url Gets the partner_url of this AdminOpnPartnerSummary.
phone_number Gets the phone_number of this AdminOpnPartnerSummary.
start_date Gets the start_date of this AdminOpnPartnerSummary.
state Gets the state of this AdminOpnPartnerSummary.
street_address1 Gets the street_address1 of this AdminOpnPartnerSummary.
street_address2 Gets the street_address2 of this AdminOpnPartnerSummary.
system_tags Gets the system_tags of this AdminOpnPartnerSummary.
zipcode Gets the zipcode of this AdminOpnPartnerSummary.

Methods

__init__(**kwargs) Initializes a new AdminOpnPartnerSummary object with values from keyword arguments.
MEMBERSHIP_STATUS_ACTIVE = 'ACTIVE'

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

MEMBERSHIP_STATUS_INACTIVE = 'INACTIVE'

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

MEMBERSHIP_STATUS_RENEWAL_IN_PROGRESS = 'RENEWAL_IN_PROGRESS'

A constant which can be used with the membership_status property of a AdminOpnPartnerSummary. This constant has a value of “RENEWAL_IN_PROGRESS”

__init__(**kwargs)

Initializes a new AdminOpnPartnerSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • company_id (str) – The value to assign to the company_id property of this AdminOpnPartnerSummary.
  • partner_name (str) – The value to assign to the partner_name property of this AdminOpnPartnerSummary.
  • level_program_name (str) – The value to assign to the level_program_name property of this AdminOpnPartnerSummary.
  • start_date (str) – The value to assign to the start_date property of this AdminOpnPartnerSummary.
  • end_date (str) – The value to assign to the end_date property of this AdminOpnPartnerSummary.
  • membership_status (str) – The value to assign to the membership_status property of this AdminOpnPartnerSummary. Allowed values for this property are: “ACTIVE”, “INACTIVE”, “RENEWAL_IN_PROGRESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • membership_type (str) – The value to assign to the membership_type property of this AdminOpnPartnerSummary.
  • street_address1 (str) – The value to assign to the street_address1 property of this AdminOpnPartnerSummary.
  • street_address2 (str) – The value to assign to the street_address2 property of this AdminOpnPartnerSummary.
  • city (str) – The value to assign to the city property of this AdminOpnPartnerSummary.
  • state (str) – The value to assign to the state property of this AdminOpnPartnerSummary.
  • zipcode (str) – The value to assign to the zipcode property of this AdminOpnPartnerSummary.
  • country (str) – The value to assign to the country property of this AdminOpnPartnerSummary.
  • phone_number (str) – The value to assign to the phone_number property of this AdminOpnPartnerSummary.
  • partner_url (str) – The value to assign to the partner_url property of this AdminOpnPartnerSummary.
  • number_of_employees (str) – The value to assign to the number_of_employees property of this AdminOpnPartnerSummary.
  • last_updated (str) – The value to assign to the last_updated property of this AdminOpnPartnerSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AdminOpnPartnerSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AdminOpnPartnerSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this AdminOpnPartnerSummary.
city

Gets the city of this AdminOpnPartnerSummary. City

Returns:The city of this AdminOpnPartnerSummary.
Return type:str
company_id

[Required] Gets the company_id of this AdminOpnPartnerSummary. The id for company.

Returns:The company_id of this AdminOpnPartnerSummary.
Return type:str
country

Gets the country of this AdminOpnPartnerSummary. Country

Returns:The country of this AdminOpnPartnerSummary.
Return type:str
defined_tags

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

Gets the end_date of this AdminOpnPartnerSummary. The end date.

Returns:The end_date of this AdminOpnPartnerSummary.
Return type:str
freeform_tags

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

Gets the last_updated of this AdminOpnPartnerSummary. The last updated timestamp in format “yyyy-MM-dd HH:mm:ss.S”.

Returns:The last_updated of this AdminOpnPartnerSummary.
Return type:str
level_program_name

[Required] Gets the level_program_name of this AdminOpnPartnerSummary. Partner Name.

Returns:The level_program_name of this AdminOpnPartnerSummary.
Return type:str
membership_status

[Required] Gets the membership_status of this AdminOpnPartnerSummary. The OPN membership status.

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

Returns:The membership_status of this AdminOpnPartnerSummary.
Return type:str
membership_type

[Required] Gets the membership_type of this AdminOpnPartnerSummary. OPN membership type

Returns:The membership_type of this AdminOpnPartnerSummary.
Return type:str
number_of_employees

Gets the number_of_employees of this AdminOpnPartnerSummary. The total number of employees.

Returns:The number_of_employees of this AdminOpnPartnerSummary.
Return type:str
partner_name

[Required] Gets the partner_name of this AdminOpnPartnerSummary. Partner Name.

Returns:The partner_name of this AdminOpnPartnerSummary.
Return type:str
partner_url

Gets the partner_url of this AdminOpnPartnerSummary. The URL for partner’s service.

Returns:The partner_url of this AdminOpnPartnerSummary.
Return type:str
phone_number

Gets the phone_number of this AdminOpnPartnerSummary. The phone number of the contact.

Returns:The phone_number of this AdminOpnPartnerSummary.
Return type:str
start_date

Gets the start_date of this AdminOpnPartnerSummary. The start date.

Returns:The start_date of this AdminOpnPartnerSummary.
Return type:str
state

Gets the state of this AdminOpnPartnerSummary. State

Returns:The state of this AdminOpnPartnerSummary.
Return type:str
street_address1

Gets the street_address1 of this AdminOpnPartnerSummary. The address of the partner.

Returns:The street_address1 of this AdminOpnPartnerSummary.
Return type:str
street_address2

Gets the street_address2 of this AdminOpnPartnerSummary. The address of the partner.

Returns:The street_address2 of this AdminOpnPartnerSummary.
Return type:str
system_tags

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

Gets the zipcode of this AdminOpnPartnerSummary. Zip

Returns:The zipcode of this AdminOpnPartnerSummary.
Return type:str