PublishListingRevisionAsPrivateDetails

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

Bases: object

The model for an Oracle Cloud Infrastructure Marketplace Publisher publish as private listing revision.

Methods

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

Attributes

allowed_tenancies Gets the allowed_tenancies of this PublishListingRevisionAsPrivateDetails.
__init__(**kwargs)

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

Parameters:allowed_tenancies (list[str]) – The value to assign to the allowed_tenancies property of this PublishListingRevisionAsPrivateDetails.
allowed_tenancies

Gets the allowed_tenancies of this PublishListingRevisionAsPrivateDetails. Allowed tenancies provided when a listing is published as private.

Returns:The allowed_tenancies of this PublishListingRevisionAsPrivateDetails.
Return type:list[str]