1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Marketplace
  5. getListing
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

oci.Marketplace.getListing

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

This data source provides details about a specific Listing resource in Oracle Cloud Infrastructure Marketplace service.

Gets detailed information about a listing, including the listing’s name, version, description, and resources.

If you plan to launch an instance from an image listing, you must first subscribe to the listing. When you launch the instance, you also need to provide the image ID of the listing resource version that you want.

Subscribing to the listing requires you to first get a signature from the terms of use agreement for the listing resource version. To get the signature, issue a GetAppCatalogListingAgreements API call. The AppCatalogListingResourceVersionAgreements object, including its signature, is returned in the response. With the signature for the terms of use agreement for the desired listing resource version, create a subscription by issuing a CreateAppCatalogSubscription API call.

To get the image ID to launch an instance, issue a GetAppCatalogListingResourceVersion API call. Lastly, to launch the instance, use the image ID of the listing resource version to issue a LaunchInstance API call.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testListing = oci.Marketplace.getListing({
    listingId: testListingOciMarketplaceListing.id,
    compartmentId: compartmentId,
});
Copy
import pulumi
import pulumi_oci as oci

test_listing = oci.Marketplace.get_listing(listing_id=test_listing_oci_marketplace_listing["id"],
    compartment_id=compartment_id)
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/marketplace"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := marketplace.GetListing(ctx, &marketplace.GetListingArgs{
			ListingId:     testListingOciMarketplaceListing.Id,
			CompartmentId: pulumi.StringRef(compartmentId),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testListing = Oci.Marketplace.GetListing.Invoke(new()
    {
        ListingId = testListingOciMarketplaceListing.Id,
        CompartmentId = compartmentId,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Marketplace.MarketplaceFunctions;
import com.pulumi.oci.Marketplace.inputs.GetListingArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var testListing = MarketplaceFunctions.getListing(GetListingArgs.builder()
            .listingId(testListingOciMarketplaceListing.id())
            .compartmentId(compartmentId)
            .build());

    }
}
Copy
variables:
  testListing:
    fn::invoke:
      function: oci:Marketplace:getListing
      arguments:
        listingId: ${testListingOciMarketplaceListing.id}
        compartmentId: ${compartmentId}
Copy

Using getListing

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getListing(args: GetListingArgs, opts?: InvokeOptions): Promise<GetListingResult>
function getListingOutput(args: GetListingOutputArgs, opts?: InvokeOptions): Output<GetListingResult>
Copy
def get_listing(compartment_id: Optional[str] = None,
                listing_id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetListingResult
def get_listing_output(compartment_id: Optional[pulumi.Input[str]] = None,
                listing_id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetListingResult]
Copy
func GetListing(ctx *Context, args *GetListingArgs, opts ...InvokeOption) (*GetListingResult, error)
func GetListingOutput(ctx *Context, args *GetListingOutputArgs, opts ...InvokeOption) GetListingResultOutput
Copy

> Note: This function is named GetListing in the Go SDK.

public static class GetListing 
{
    public static Task<GetListingResult> InvokeAsync(GetListingArgs args, InvokeOptions? opts = null)
    public static Output<GetListingResult> Invoke(GetListingInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetListingResult> getListing(GetListingArgs args, InvokeOptions options)
public static Output<GetListingResult> getListing(GetListingArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Marketplace/getListing:getListing
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ListingId This property is required. string
The unique identifier for the listing.
CompartmentId string
The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
ListingId This property is required. string
The unique identifier for the listing.
CompartmentId string
The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
listingId This property is required. String
The unique identifier for the listing.
compartmentId String
The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
listingId This property is required. string
The unique identifier for the listing.
compartmentId string
The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
listing_id This property is required. str
The unique identifier for the listing.
compartment_id str
The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
listingId This property is required. String
The unique identifier for the listing.
compartmentId String
The unique identifier for the compartment. It is mandatory when used in non-commercial realms.

getListing Result

The following output properties are available:

Banners List<GetListingBanner>
The model for upload data for images and icons.
Categories List<string>
Product categories that the listing belongs to.
CompatibleArchitectures List<string>
The list of compatible architectures supported by the listing
DefaultPackageVersion string
The default package version.
DocumentationLinks List<GetListingDocumentationLink>
Links to additional documentation provided by the publisher specifically for the listing.
Icons List<GetListingIcon>
The model for upload data for images and icons.
Id string
The provider-assigned unique ID for this managed resource.
IsFeatured bool
Indicates whether the listing is included in Featured Listings.
Keywords string
Keywords associated with the listing.
Languages List<GetListingLanguage>
Languages supported by the listing.
LicenseModelDescription string
A description of the publisher's licensing model for the listing.
Links List<GetListingLink>
Reference links.
ListingId string
ListingType string
The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
LongDescription string
A long description of the listing.
Name string
Text that describes the resource.
PackageType string
The listing's package type.
Publishers List<GetListingPublisher>
Summary details about the publisher of the listing.
Regions List<GetListingRegion>
The regions where the listing is eligible to be deployed.
ReleaseNotes string
Release notes for the listing.
Screenshots List<GetListingScreenshot>
Screenshots of the listing.
ShortDescription string
A short description of the listing.
SupportContacts List<GetListingSupportContact>
Contact information to use to get support from the publisher for the listing.
SupportLinks List<GetListingSupportLink>
Links to support resources for the listing.
SupportedOperatingSystems List<GetListingSupportedOperatingSystem>
The list of operating systems supported by the listing.
SystemRequirements string
System requirements for the listing.
Tagline string
The tagline of the listing.
TimeReleased string
The release date of the listing.
UsageInformation string
Usage information for the listing.
Version string
The version of the listing.
Videos List<GetListingVideo>
Videos of the listing.
CompartmentId string
Banners []GetListingBanner
The model for upload data for images and icons.
Categories []string
Product categories that the listing belongs to.
CompatibleArchitectures []string
The list of compatible architectures supported by the listing
DefaultPackageVersion string
The default package version.
DocumentationLinks []GetListingDocumentationLink
Links to additional documentation provided by the publisher specifically for the listing.
Icons []GetListingIcon
The model for upload data for images and icons.
Id string
The provider-assigned unique ID for this managed resource.
IsFeatured bool
Indicates whether the listing is included in Featured Listings.
Keywords string
Keywords associated with the listing.
Languages []GetListingLanguage
Languages supported by the listing.
LicenseModelDescription string
A description of the publisher's licensing model for the listing.
Links []GetListingLink
Reference links.
ListingId string
ListingType string
The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
LongDescription string
A long description of the listing.
Name string
Text that describes the resource.
PackageType string
The listing's package type.
Publishers []GetListingPublisher
Summary details about the publisher of the listing.
Regions []GetListingRegion
The regions where the listing is eligible to be deployed.
ReleaseNotes string
Release notes for the listing.
Screenshots []GetListingScreenshot
Screenshots of the listing.
ShortDescription string
A short description of the listing.
SupportContacts []GetListingSupportContact
Contact information to use to get support from the publisher for the listing.
SupportLinks []GetListingSupportLink
Links to support resources for the listing.
SupportedOperatingSystems []GetListingSupportedOperatingSystem
The list of operating systems supported by the listing.
SystemRequirements string
System requirements for the listing.
Tagline string
The tagline of the listing.
TimeReleased string
The release date of the listing.
UsageInformation string
Usage information for the listing.
Version string
The version of the listing.
Videos []GetListingVideo
Videos of the listing.
CompartmentId string
banners List<GetListingBanner>
The model for upload data for images and icons.
categories List<String>
Product categories that the listing belongs to.
compatibleArchitectures List<String>
The list of compatible architectures supported by the listing
defaultPackageVersion String
The default package version.
documentationLinks List<GetListingDocumentationLink>
Links to additional documentation provided by the publisher specifically for the listing.
icons List<GetListingIcon>
The model for upload data for images and icons.
id String
The provider-assigned unique ID for this managed resource.
isFeatured Boolean
Indicates whether the listing is included in Featured Listings.
keywords String
Keywords associated with the listing.
languages List<GetListingLanguage>
Languages supported by the listing.
licenseModelDescription String
A description of the publisher's licensing model for the listing.
links List<GetListingLink>
Reference links.
listingId String
listingType String
The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
longDescription String
A long description of the listing.
name String
Text that describes the resource.
packageType String
The listing's package type.
publishers List<GetListingPublisher>
Summary details about the publisher of the listing.
regions List<GetListingRegion>
The regions where the listing is eligible to be deployed.
releaseNotes String
Release notes for the listing.
screenshots List<GetListingScreenshot>
Screenshots of the listing.
shortDescription String
A short description of the listing.
supportContacts List<GetListingSupportContact>
Contact information to use to get support from the publisher for the listing.
supportLinks List<GetListingSupportLink>
Links to support resources for the listing.
supportedOperatingSystems List<GetListingSupportedOperatingSystem>
The list of operating systems supported by the listing.
systemRequirements String
System requirements for the listing.
tagline String
The tagline of the listing.
timeReleased String
The release date of the listing.
usageInformation String
Usage information for the listing.
version String
The version of the listing.
videos List<GetListingVideo>
Videos of the listing.
compartmentId String
banners GetListingBanner[]
The model for upload data for images and icons.
categories string[]
Product categories that the listing belongs to.
compatibleArchitectures string[]
The list of compatible architectures supported by the listing
defaultPackageVersion string
The default package version.
documentationLinks GetListingDocumentationLink[]
Links to additional documentation provided by the publisher specifically for the listing.
icons GetListingIcon[]
The model for upload data for images and icons.
id string
The provider-assigned unique ID for this managed resource.
isFeatured boolean
Indicates whether the listing is included in Featured Listings.
keywords string
Keywords associated with the listing.
languages GetListingLanguage[]
Languages supported by the listing.
licenseModelDescription string
A description of the publisher's licensing model for the listing.
links GetListingLink[]
Reference links.
listingId string
listingType string
The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
longDescription string
A long description of the listing.
name string
Text that describes the resource.
packageType string
The listing's package type.
publishers GetListingPublisher[]
Summary details about the publisher of the listing.
regions GetListingRegion[]
The regions where the listing is eligible to be deployed.
releaseNotes string
Release notes for the listing.
screenshots GetListingScreenshot[]
Screenshots of the listing.
shortDescription string
A short description of the listing.
supportContacts GetListingSupportContact[]
Contact information to use to get support from the publisher for the listing.
supportLinks GetListingSupportLink[]
Links to support resources for the listing.
supportedOperatingSystems GetListingSupportedOperatingSystem[]
The list of operating systems supported by the listing.
systemRequirements string
System requirements for the listing.
tagline string
The tagline of the listing.
timeReleased string
The release date of the listing.
usageInformation string
Usage information for the listing.
version string
The version of the listing.
videos GetListingVideo[]
Videos of the listing.
compartmentId string
banners Sequence[marketplace.GetListingBanner]
The model for upload data for images and icons.
categories Sequence[str]
Product categories that the listing belongs to.
compatible_architectures Sequence[str]
The list of compatible architectures supported by the listing
default_package_version str
The default package version.
documentation_links Sequence[marketplace.GetListingDocumentationLink]
Links to additional documentation provided by the publisher specifically for the listing.
icons Sequence[marketplace.GetListingIcon]
The model for upload data for images and icons.
id str
The provider-assigned unique ID for this managed resource.
is_featured bool
Indicates whether the listing is included in Featured Listings.
keywords str
Keywords associated with the listing.
languages Sequence[marketplace.GetListingLanguage]
Languages supported by the listing.
license_model_description str
A description of the publisher's licensing model for the listing.
links Sequence[marketplace.GetListingLink]
Reference links.
listing_id str
listing_type str
The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
long_description str
A long description of the listing.
name str
Text that describes the resource.
package_type str
The listing's package type.
publishers Sequence[marketplace.GetListingPublisher]
Summary details about the publisher of the listing.
regions Sequence[marketplace.GetListingRegion]
The regions where the listing is eligible to be deployed.
release_notes str
Release notes for the listing.
screenshots Sequence[marketplace.GetListingScreenshot]
Screenshots of the listing.
short_description str
A short description of the listing.
support_contacts Sequence[marketplace.GetListingSupportContact]
Contact information to use to get support from the publisher for the listing.
support_links Sequence[marketplace.GetListingSupportLink]
Links to support resources for the listing.
supported_operating_systems Sequence[marketplace.GetListingSupportedOperatingSystem]
The list of operating systems supported by the listing.
system_requirements str
System requirements for the listing.
tagline str
The tagline of the listing.
time_released str
The release date of the listing.
usage_information str
Usage information for the listing.
version str
The version of the listing.
videos Sequence[marketplace.GetListingVideo]
Videos of the listing.
compartment_id str
banners List<Property Map>
The model for upload data for images and icons.
categories List<String>
Product categories that the listing belongs to.
compatibleArchitectures List<String>
The list of compatible architectures supported by the listing
defaultPackageVersion String
The default package version.
documentationLinks List<Property Map>
Links to additional documentation provided by the publisher specifically for the listing.
icons List<Property Map>
The model for upload data for images and icons.
id String
The provider-assigned unique ID for this managed resource.
isFeatured Boolean
Indicates whether the listing is included in Featured Listings.
keywords String
Keywords associated with the listing.
languages List<Property Map>
Languages supported by the listing.
licenseModelDescription String
A description of the publisher's licensing model for the listing.
links List<Property Map>
Reference links.
listingId String
listingType String
The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
longDescription String
A long description of the listing.
name String
Text that describes the resource.
packageType String
The listing's package type.
publishers List<Property Map>
Summary details about the publisher of the listing.
regions List<Property Map>
The regions where the listing is eligible to be deployed.
releaseNotes String
Release notes for the listing.
screenshots List<Property Map>
Screenshots of the listing.
shortDescription String
A short description of the listing.
supportContacts List<Property Map>
Contact information to use to get support from the publisher for the listing.
supportLinks List<Property Map>
Links to support resources for the listing.
supportedOperatingSystems List<Property Map>
The list of operating systems supported by the listing.
systemRequirements String
System requirements for the listing.
tagline String
The tagline of the listing.
timeReleased String
The release date of the listing.
usageInformation String
Usage information for the listing.
version String
The version of the listing.
videos List<Property Map>
Videos of the listing.
compartmentId String

Supporting Types

GetListingBanner

ContentUrl This property is required. string
The content URL of the screenshot.
FileExtension This property is required. string
The file extension of the screenshot.
MimeType This property is required. string
The MIME type of the screenshot.
Name This property is required. string
Text that describes the resource.
ContentUrl This property is required. string
The content URL of the screenshot.
FileExtension This property is required. string
The file extension of the screenshot.
MimeType This property is required. string
The MIME type of the screenshot.
Name This property is required. string
Text that describes the resource.
contentUrl This property is required. String
The content URL of the screenshot.
fileExtension This property is required. String
The file extension of the screenshot.
mimeType This property is required. String
The MIME type of the screenshot.
name This property is required. String
Text that describes the resource.
contentUrl This property is required. string
The content URL of the screenshot.
fileExtension This property is required. string
The file extension of the screenshot.
mimeType This property is required. string
The MIME type of the screenshot.
name This property is required. string
Text that describes the resource.
content_url This property is required. str
The content URL of the screenshot.
file_extension This property is required. str
The file extension of the screenshot.
mime_type This property is required. str
The MIME type of the screenshot.
name This property is required. str
Text that describes the resource.
contentUrl This property is required. String
The content URL of the screenshot.
fileExtension This property is required. String
The file extension of the screenshot.
mimeType This property is required. String
The MIME type of the screenshot.
name This property is required. String
Text that describes the resource.
DocumentCategory This property is required. string
The category that the document belongs to.
Name This property is required. string
Text that describes the resource.
Url This property is required. string
The URL of the resource.
DocumentCategory This property is required. string
The category that the document belongs to.
Name This property is required. string
Text that describes the resource.
Url This property is required. string
The URL of the resource.
documentCategory This property is required. String
The category that the document belongs to.
name This property is required. String
Text that describes the resource.
url This property is required. String
The URL of the resource.
documentCategory This property is required. string
The category that the document belongs to.
name This property is required. string
Text that describes the resource.
url This property is required. string
The URL of the resource.
document_category This property is required. str
The category that the document belongs to.
name This property is required. str
Text that describes the resource.
url This property is required. str
The URL of the resource.
documentCategory This property is required. String
The category that the document belongs to.
name This property is required. String
Text that describes the resource.
url This property is required. String
The URL of the resource.

GetListingIcon

ContentUrl This property is required. string
The content URL of the screenshot.
FileExtension This property is required. string
The file extension of the screenshot.
MimeType This property is required. string
The MIME type of the screenshot.
Name This property is required. string
Text that describes the resource.
ContentUrl This property is required. string
The content URL of the screenshot.
FileExtension This property is required. string
The file extension of the screenshot.
MimeType This property is required. string
The MIME type of the screenshot.
Name This property is required. string
Text that describes the resource.
contentUrl This property is required. String
The content URL of the screenshot.
fileExtension This property is required. String
The file extension of the screenshot.
mimeType This property is required. String
The MIME type of the screenshot.
name This property is required. String
Text that describes the resource.
contentUrl This property is required. string
The content URL of the screenshot.
fileExtension This property is required. string
The file extension of the screenshot.
mimeType This property is required. string
The MIME type of the screenshot.
name This property is required. string
Text that describes the resource.
content_url This property is required. str
The content URL of the screenshot.
file_extension This property is required. str
The file extension of the screenshot.
mime_type This property is required. str
The MIME type of the screenshot.
name This property is required. str
Text that describes the resource.
contentUrl This property is required. String
The content URL of the screenshot.
fileExtension This property is required. String
The file extension of the screenshot.
mimeType This property is required. String
The MIME type of the screenshot.
name This property is required. String
Text that describes the resource.

GetListingLanguage

Code This property is required. string
A code assigned to the item.
Name This property is required. string
Text that describes the resource.
Code This property is required. string
A code assigned to the item.
Name This property is required. string
Text that describes the resource.
code This property is required. String
A code assigned to the item.
name This property is required. String
Text that describes the resource.
code This property is required. string
A code assigned to the item.
name This property is required. string
Text that describes the resource.
code This property is required. str
A code assigned to the item.
name This property is required. str
Text that describes the resource.
code This property is required. String
A code assigned to the item.
name This property is required. String
Text that describes the resource.
Href This property is required. string
The anchor tag.
Rel This property is required. string
Reference links to the previous page, next page, and other pages.
Href This property is required. string
The anchor tag.
Rel This property is required. string
Reference links to the previous page, next page, and other pages.
href This property is required. String
The anchor tag.
rel This property is required. String
Reference links to the previous page, next page, and other pages.
href This property is required. string
The anchor tag.
rel This property is required. string
Reference links to the previous page, next page, and other pages.
href This property is required. str
The anchor tag.
rel This property is required. str
Reference links to the previous page, next page, and other pages.
href This property is required. String
The anchor tag.
rel This property is required. String
Reference links to the previous page, next page, and other pages.

GetListingPublisher

ContactEmail This property is required. string
The email address of the publisher.
ContactPhone This property is required. string
The phone number of the publisher.
Description This property is required. string
A description of the screenshot.
HqAddress This property is required. string
The address of the publisher's headquarters.
Id This property is required. string
The unique identifier for the publisher.
Links This property is required. List<GetListingPublisherLink>
Reference links.
Logos This property is required. List<GetListingPublisherLogo>
The model for upload data for images and icons.
Name This property is required. string
Text that describes the resource.
WebsiteUrl This property is required. string
The publisher's website.
YearFounded This property is required. string
The year the publisher's company or organization was founded.
ContactEmail This property is required. string
The email address of the publisher.
ContactPhone This property is required. string
The phone number of the publisher.
Description This property is required. string
A description of the screenshot.
HqAddress This property is required. string
The address of the publisher's headquarters.
Id This property is required. string
The unique identifier for the publisher.
Links This property is required. []GetListingPublisherLink
Reference links.
Logos This property is required. []GetListingPublisherLogo
The model for upload data for images and icons.
Name This property is required. string
Text that describes the resource.
WebsiteUrl This property is required. string
The publisher's website.
YearFounded This property is required. string
The year the publisher's company or organization was founded.
contactEmail This property is required. String
The email address of the publisher.
contactPhone This property is required. String
The phone number of the publisher.
description This property is required. String
A description of the screenshot.
hqAddress This property is required. String
The address of the publisher's headquarters.
id This property is required. String
The unique identifier for the publisher.
links This property is required. List<GetListingPublisherLink>
Reference links.
logos This property is required. List<GetListingPublisherLogo>
The model for upload data for images and icons.
name This property is required. String
Text that describes the resource.
websiteUrl This property is required. String
The publisher's website.
yearFounded This property is required. String
The year the publisher's company or organization was founded.
contactEmail This property is required. string
The email address of the publisher.
contactPhone This property is required. string
The phone number of the publisher.
description This property is required. string
A description of the screenshot.
hqAddress This property is required. string
The address of the publisher's headquarters.
id This property is required. string
The unique identifier for the publisher.
links This property is required. GetListingPublisherLink[]
Reference links.
logos This property is required. GetListingPublisherLogo[]
The model for upload data for images and icons.
name This property is required. string
Text that describes the resource.
websiteUrl This property is required. string
The publisher's website.
yearFounded This property is required. string
The year the publisher's company or organization was founded.
contact_email This property is required. str
The email address of the publisher.
contact_phone This property is required. str
The phone number of the publisher.
description This property is required. str
A description of the screenshot.
hq_address This property is required. str
The address of the publisher's headquarters.
id This property is required. str
The unique identifier for the publisher.
links This property is required. Sequence[marketplace.GetListingPublisherLink]
Reference links.
logos This property is required. Sequence[marketplace.GetListingPublisherLogo]
The model for upload data for images and icons.
name This property is required. str
Text that describes the resource.
website_url This property is required. str
The publisher's website.
year_founded This property is required. str
The year the publisher's company or organization was founded.
contactEmail This property is required. String
The email address of the publisher.
contactPhone This property is required. String
The phone number of the publisher.
description This property is required. String
A description of the screenshot.
hqAddress This property is required. String
The address of the publisher's headquarters.
id This property is required. String
The unique identifier for the publisher.
links This property is required. List<Property Map>
Reference links.
logos This property is required. List<Property Map>
The model for upload data for images and icons.
name This property is required. String
Text that describes the resource.
websiteUrl This property is required. String
The publisher's website.
yearFounded This property is required. String
The year the publisher's company or organization was founded.
Href This property is required. string
The anchor tag.
Rel This property is required. string
Reference links to the previous page, next page, and other pages.
Href This property is required. string
The anchor tag.
Rel This property is required. string
Reference links to the previous page, next page, and other pages.
href This property is required. String
The anchor tag.
rel This property is required. String
Reference links to the previous page, next page, and other pages.
href This property is required. string
The anchor tag.
rel This property is required. string
Reference links to the previous page, next page, and other pages.
href This property is required. str
The anchor tag.
rel This property is required. str
Reference links to the previous page, next page, and other pages.
href This property is required. String
The anchor tag.
rel This property is required. String
Reference links to the previous page, next page, and other pages.
ContentUrl This property is required. string
The content URL of the screenshot.
FileExtension This property is required. string
The file extension of the screenshot.
MimeType This property is required. string
The MIME type of the screenshot.
Name This property is required. string
Text that describes the resource.
ContentUrl This property is required. string
The content URL of the screenshot.
FileExtension This property is required. string
The file extension of the screenshot.
MimeType This property is required. string
The MIME type of the screenshot.
Name This property is required. string
Text that describes the resource.
contentUrl This property is required. String
The content URL of the screenshot.
fileExtension This property is required. String
The file extension of the screenshot.
mimeType This property is required. String
The MIME type of the screenshot.
name This property is required. String
Text that describes the resource.
contentUrl This property is required. string
The content URL of the screenshot.
fileExtension This property is required. string
The file extension of the screenshot.
mimeType This property is required. string
The MIME type of the screenshot.
name This property is required. string
Text that describes the resource.
content_url This property is required. str
The content URL of the screenshot.
file_extension This property is required. str
The file extension of the screenshot.
mime_type This property is required. str
The MIME type of the screenshot.
name This property is required. str
Text that describes the resource.
contentUrl This property is required. String
The content URL of the screenshot.
fileExtension This property is required. String
The file extension of the screenshot.
mimeType This property is required. String
The MIME type of the screenshot.
name This property is required. String
Text that describes the resource.

GetListingRegion

Code This property is required. string
A code assigned to the item.
Countries This property is required. List<GetListingRegionCountry>
Countries in the region.
Name This property is required. string
Text that describes the resource.
Code This property is required. string
A code assigned to the item.
Countries This property is required. []GetListingRegionCountry
Countries in the region.
Name This property is required. string
Text that describes the resource.
code This property is required. String
A code assigned to the item.
countries This property is required. List<GetListingRegionCountry>
Countries in the region.
name This property is required. String
Text that describes the resource.
code This property is required. string
A code assigned to the item.
countries This property is required. GetListingRegionCountry[]
Countries in the region.
name This property is required. string
Text that describes the resource.
code This property is required. str
A code assigned to the item.
countries This property is required. Sequence[marketplace.GetListingRegionCountry]
Countries in the region.
name This property is required. str
Text that describes the resource.
code This property is required. String
A code assigned to the item.
countries This property is required. List<Property Map>
Countries in the region.
name This property is required. String
Text that describes the resource.

GetListingRegionCountry

Code This property is required. string
A code assigned to the item.
Name This property is required. string
Text that describes the resource.
Code This property is required. string
A code assigned to the item.
Name This property is required. string
Text that describes the resource.
code This property is required. String
A code assigned to the item.
name This property is required. String
Text that describes the resource.
code This property is required. string
A code assigned to the item.
name This property is required. string
Text that describes the resource.
code This property is required. str
A code assigned to the item.
name This property is required. str
Text that describes the resource.
code This property is required. String
A code assigned to the item.
name This property is required. String
Text that describes the resource.

GetListingScreenshot

ContentUrl This property is required. string
The content URL of the screenshot.
Description This property is required. string
A description of the screenshot.
FileExtension This property is required. string
The file extension of the screenshot.
MimeType This property is required. string
The MIME type of the screenshot.
Name This property is required. string
Text that describes the resource.
ContentUrl This property is required. string
The content URL of the screenshot.
Description This property is required. string
A description of the screenshot.
FileExtension This property is required. string
The file extension of the screenshot.
MimeType This property is required. string
The MIME type of the screenshot.
Name This property is required. string
Text that describes the resource.
contentUrl This property is required. String
The content URL of the screenshot.
description This property is required. String
A description of the screenshot.
fileExtension This property is required. String
The file extension of the screenshot.
mimeType This property is required. String
The MIME type of the screenshot.
name This property is required. String
Text that describes the resource.
contentUrl This property is required. string
The content URL of the screenshot.
description This property is required. string
A description of the screenshot.
fileExtension This property is required. string
The file extension of the screenshot.
mimeType This property is required. string
The MIME type of the screenshot.
name This property is required. string
Text that describes the resource.
content_url This property is required. str
The content URL of the screenshot.
description This property is required. str
A description of the screenshot.
file_extension This property is required. str
The file extension of the screenshot.
mime_type This property is required. str
The MIME type of the screenshot.
name This property is required. str
Text that describes the resource.
contentUrl This property is required. String
The content URL of the screenshot.
description This property is required. String
A description of the screenshot.
fileExtension This property is required. String
The file extension of the screenshot.
mimeType This property is required. String
The MIME type of the screenshot.
name This property is required. String
Text that describes the resource.

GetListingSupportContact

Email This property is required. string
The email of the contact.
Name This property is required. string
Text that describes the resource.
Phone This property is required. string
The phone number of the contact.
Subject This property is required. string
The email subject line to use when contacting support.
Email This property is required. string
The email of the contact.
Name This property is required. string
Text that describes the resource.
Phone This property is required. string
The phone number of the contact.
Subject This property is required. string
The email subject line to use when contacting support.
email This property is required. String
The email of the contact.
name This property is required. String
Text that describes the resource.
phone This property is required. String
The phone number of the contact.
subject This property is required. String
The email subject line to use when contacting support.
email This property is required. string
The email of the contact.
name This property is required. string
Text that describes the resource.
phone This property is required. string
The phone number of the contact.
subject This property is required. string
The email subject line to use when contacting support.
email This property is required. str
The email of the contact.
name This property is required. str
Text that describes the resource.
phone This property is required. str
The phone number of the contact.
subject This property is required. str
The email subject line to use when contacting support.
email This property is required. String
The email of the contact.
name This property is required. String
Text that describes the resource.
phone This property is required. String
The phone number of the contact.
subject This property is required. String
The email subject line to use when contacting support.
Name This property is required. string
Text that describes the resource.
Url This property is required. string
The URL of the resource.
Name This property is required. string
Text that describes the resource.
Url This property is required. string
The URL of the resource.
name This property is required. String
Text that describes the resource.
url This property is required. String
The URL of the resource.
name This property is required. string
Text that describes the resource.
url This property is required. string
The URL of the resource.
name This property is required. str
Text that describes the resource.
url This property is required. str
The URL of the resource.
name This property is required. String
Text that describes the resource.
url This property is required. String
The URL of the resource.

GetListingSupportedOperatingSystem

Name This property is required. string
Text that describes the resource.
Name This property is required. string
Text that describes the resource.
name This property is required. String
Text that describes the resource.
name This property is required. string
Text that describes the resource.
name This property is required. str
Text that describes the resource.
name This property is required. String
Text that describes the resource.

GetListingVideo

Name This property is required. string
Text that describes the resource.
Url This property is required. string
The URL of the resource.
Name This property is required. string
Text that describes the resource.
Url This property is required. string
The URL of the resource.
name This property is required. String
Text that describes the resource.
url This property is required. String
The URL of the resource.
name This property is required. string
Text that describes the resource.
url This property is required. string
The URL of the resource.
name This property is required. str
Text that describes the resource.
url This property is required. str
The URL of the resource.
name This property is required. String
Text that describes the resource.
url This property is required. String
The URL of the resource.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi