AppCatalogListingResourceVersionAgreements

class oci.core.models.AppCatalogListingResourceVersionAgreements(**kwargs)

Bases: object

Agreements for a listing resource version.

Methods

__init__(**kwargs) Initializes a new AppCatalogListingResourceVersionAgreements object with values from keyword arguments.

Attributes

eula_link Gets the eula_link of this AppCatalogListingResourceVersionAgreements.
listing_id Gets the listing_id of this AppCatalogListingResourceVersionAgreements.
listing_resource_version Gets the listing_resource_version of this AppCatalogListingResourceVersionAgreements.
oracle_terms_of_use_link Gets the oracle_terms_of_use_link of this AppCatalogListingResourceVersionAgreements.
signature Gets the signature of this AppCatalogListingResourceVersionAgreements.
time_retrieved Gets the time_retrieved of this AppCatalogListingResourceVersionAgreements.
__init__(**kwargs)

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

Parameters:
  • listing_id (str) – The value to assign to the listing_id property of this AppCatalogListingResourceVersionAgreements.
  • listing_resource_version (str) – The value to assign to the listing_resource_version property of this AppCatalogListingResourceVersionAgreements.
  • oracle_terms_of_use_link (str) – The value to assign to the oracle_terms_of_use_link property of this AppCatalogListingResourceVersionAgreements.
  • eula_link (str) – The value to assign to the eula_link property of this AppCatalogListingResourceVersionAgreements.
  • time_retrieved (datetime) – The value to assign to the time_retrieved property of this AppCatalogListingResourceVersionAgreements.
  • signature (str) – The value to assign to the signature property of this AppCatalogListingResourceVersionAgreements.

Gets the eula_link of this AppCatalogListingResourceVersionAgreements. EULA link

Returns:The eula_link of this AppCatalogListingResourceVersionAgreements.
Return type:str
listing_id

Gets the listing_id of this AppCatalogListingResourceVersionAgreements. The OCID of the listing associated with these agreements.

Returns:The listing_id of this AppCatalogListingResourceVersionAgreements.
Return type:str
listing_resource_version

Gets the listing_resource_version of this AppCatalogListingResourceVersionAgreements. Listing resource version associated with these agreements.

Returns:The listing_resource_version of this AppCatalogListingResourceVersionAgreements.
Return type:str

Gets the oracle_terms_of_use_link of this AppCatalogListingResourceVersionAgreements. Oracle TOU link

Returns:The oracle_terms_of_use_link of this AppCatalogListingResourceVersionAgreements.
Return type:str
signature

Gets the signature of this AppCatalogListingResourceVersionAgreements. A generated signature for this agreement retrieval operation which should be used in the create subscription call.

Returns:The signature of this AppCatalogListingResourceVersionAgreements.
Return type:str
time_retrieved

Gets the time_retrieved of this AppCatalogListingResourceVersionAgreements. Date and time the agreements were retrieved, in RFC3339 format. Example: 2018-03-20T12:32:53.532Z

Returns:The time_retrieved of this AppCatalogListingResourceVersionAgreements.
Return type:datetime