Show / Hide Table of Contents

Class PublishListingRevisionAsPrivateDetails

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

Inheritance
object
PublishListingRevisionAsPrivateDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class PublishListingRevisionAsPrivateDetails

Properties

AllowedTenancies

Declaration
[JsonProperty(PropertyName = "allowedTenancies")]
public List<string> AllowedTenancies { get; set; }
Property Value
Type Description
List<string>

Allowed tenancies provided when a listing is published as private.

In this article
Back to top