Show / Hide Table of Contents

Class PartnerPortalOptions

Partner Portal Options.

Inheritance
object
PartnerPortalOptions
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 PartnerPortalOptions

Properties

IsDisableAutoApprovalForContainerArtifactVersionedAppListings

Declaration
[JsonProperty(PropertyName = "isDisableAutoApprovalForContainerArtifactVersionedAppListings")]
public bool? IsDisableAutoApprovalForContainerArtifactVersionedAppListings { get; set; }
Property Value
Type Description
bool?

Disable Auto approval options for versioned listings - Include OCI Application listings with Container artifact.

IsDisableAutoApprovalForHelmChartVersionedAppListings

Declaration
[JsonProperty(PropertyName = "isDisableAutoApprovalForHelmChartVersionedAppListings")]
public bool? IsDisableAutoApprovalForHelmChartVersionedAppListings { get; set; }
Property Value
Type Description
bool?

Disable Auto approval options for versioned listings - Include OCI Application listings with Helm chart artifact.

IsDisableAutoApprovalForImageArtifactVersionedAppListings

Declaration
[JsonProperty(PropertyName = "isDisableAutoApprovalForImageArtifactVersionedAppListings")]
public bool? IsDisableAutoApprovalForImageArtifactVersionedAppListings { get; set; }
Property Value
Type Description
bool?

Disable Auto approval options for versioned listings - Include OCI Application listings with Image artifact.

IsDisableAutoApprovalForPaidAppVersionedListings

Declaration
[JsonProperty(PropertyName = "isDisableAutoApprovalForPaidAppVersionedListings")]
public bool? IsDisableAutoApprovalForPaidAppVersionedListings { get; set; }
Property Value
Type Description
bool?

Disable Auto approval options for versioned listings - Include Paid App listings.

IsDisableAutoApprovalForSaaSVersionedListings

Declaration
[JsonProperty(PropertyName = "isDisableAutoApprovalForSaaSVersionedListings")]
public bool? IsDisableAutoApprovalForSaaSVersionedListings { get; set; }
Property Value
Type Description
bool?

Disable Auto approval options for versioned listings - Include SaaS listings.

IsDisableAutoApprovalForTerraformArtifactVersionedAppListings

Declaration
[JsonProperty(PropertyName = "isDisableAutoApprovalForTerraformArtifactVersionedAppListings")]
public bool? IsDisableAutoApprovalForTerraformArtifactVersionedAppListings { get; set; }
Property Value
Type Description
bool?

Disable Auto approval options for versioned listings - Include OCI Application listings with Terraform artifact.

IsDisableAutoPublishOnSubmit

Declaration
[JsonProperty(PropertyName = "isDisableAutoPublishOnSubmit")]
public bool? IsDisableAutoPublishOnSubmit { get; set; }
Property Value
Type Description
bool?

Disable Auto-publish option visibility for listing submit flow. Defaults to false when unset.

IsEnableAutoApprovalForFusionAiAgentVersionedListings

Declaration
[JsonProperty(PropertyName = "isEnableAutoApprovalForFusionAiAgentVersionedListings")]
public bool? IsEnableAutoApprovalForFusionAiAgentVersionedListings { get; set; }
Property Value
Type Description
bool?

Enable Auto approval options for versioned listings - Include Fusion AiAgent listings.

IsEnableAutoApprovalForImageArtifactNewAppListings

Declaration
[JsonProperty(PropertyName = "isEnableAutoApprovalForImageArtifactNewAppListings")]
public bool? IsEnableAutoApprovalForImageArtifactNewAppListings { get; set; }
Property Value
Type Description
bool?

Enable Auto approval options for new listings - Include OCI Application listings with Image artifact.

IsEnableAutoApprovalForLeadGenVersionedListings

Declaration
[JsonProperty(PropertyName = "isEnableAutoApprovalForLeadGenVersionedListings")]
public bool? IsEnableAutoApprovalForLeadGenVersionedListings { get; set; }
Property Value
Type Description
bool?

Enable Auto approval options for versioned listings - Include Lead generation listings.

IsEnableAutoApprovalForNewLeadGenListings

Declaration
[JsonProperty(PropertyName = "isEnableAutoApprovalForNewLeadGenListings")]
public bool? IsEnableAutoApprovalForNewLeadGenListings { get; set; }
Property Value
Type Description
bool?

Enable Auto approval options for new listings - Include Lead generation listings.

IsEnableAutoApprovalForNewPaidAppListings

Declaration
[JsonProperty(PropertyName = "isEnableAutoApprovalForNewPaidAppListings")]
public bool? IsEnableAutoApprovalForNewPaidAppListings { get; set; }
Property Value
Type Description
bool?

Enable Auto approval options for new listings - Include OCI Paid Application listings.

IsEnableAutoApprovalForServiceVersionedListings

Declaration
[JsonProperty(PropertyName = "isEnableAutoApprovalForServiceVersionedListings")]
public bool? IsEnableAutoApprovalForServiceVersionedListings { get; set; }
Property Value
Type Description
bool?

Enable Auto approval options for versioned listings - Include Service listings.

IsEnableAutoApprovalForTerraformArtifactNewAppListings

Declaration
[JsonProperty(PropertyName = "isEnableAutoApprovalForTerraformArtifactNewAppListings")]
public bool? IsEnableAutoApprovalForTerraformArtifactNewAppListings { get; set; }
Property Value
Type Description
bool?

Enable Auto approval options for new listings - Include OCI Application listings with Terraform artifact.

IsEnableAutoPublishOnSubmitForLeadGenListings

Declaration
[JsonProperty(PropertyName = "isEnableAutoPublishOnSubmitForLeadGenListings")]
public bool? IsEnableAutoPublishOnSubmitForLeadGenListings { get; set; }
Property Value
Type Description
bool?

Enable Auto-publish on listing submit for this partner for Lead generation listings.

IsEnableOpnMembershipStatusCheckBeforeListingPublish

Declaration
[JsonProperty(PropertyName = "isEnableOpnMembershipStatusCheckBeforeListingPublish")]
public bool? IsEnableOpnMembershipStatusCheckBeforeListingPublish { get; set; }
Property Value
Type Description
bool?

Enable OPN membership status check for partner before listing is published.

IsEnablePrivateListing

Declaration
[JsonProperty(PropertyName = "isEnablePrivateListing")]
public bool? IsEnablePrivateListing { get; set; }
Property Value
Type Description
bool?

Enable the private listing feature for this Partner.

IsEnablePublisherAgreementCheckBeforeListingPublish

Declaration
[JsonProperty(PropertyName = "isEnablePublisherAgreementCheckBeforeListingPublish")]
public bool? IsEnablePublisherAgreementCheckBeforeListingPublish { get; set; }
Property Value
Type Description
bool?

Enable Oracle Cloud Marketplace Publisher Agreement validity check for partner before listing is published.

IsEnableReports

Declaration
[JsonProperty(PropertyName = "isEnableReports")]
public bool? IsEnableReports { get; set; }
Property Value
Type Description
bool?

Enable the Reports feature for this Partner.

In this article
Back to top