1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Marketplace
  5. getListing
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.Marketplace.getListing

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 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: oci_marketplace_listing.test_listing.id,
        compartmentId: _var.compartment_id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_listing = oci.Marketplace.get_listing(listing_id=oci_marketplace_listing["test_listing"]["id"],
        compartment_id=var["compartment_id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/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:     oci_marketplace_listing.Test_listing.Id,
    			CompartmentId: pulumi.StringRef(_var.Compartment_id),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    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 = oci_marketplace_listing.Test_listing.Id,
            CompartmentId = @var.Compartment_id,
        });
    
    });
    
    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(oci_marketplace_listing.test_listing().id())
                .compartmentId(var_.compartment_id())
                .build());
    
        }
    }
    
    variables:
      testListing:
        fn::invoke:
          Function: oci:Marketplace:getListing
          Arguments:
            listingId: ${oci_marketplace_listing.test_listing.id}
            compartmentId: ${var.compartment_id}
    

    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>
    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]
    func GetListing(ctx *Context, args *GetListingArgs, opts ...InvokeOption) (*GetListingResult, error)
    func GetListingOutput(ctx *Context, args *GetListingOutputArgs, opts ...InvokeOption) GetListingResultOutput

    > 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)
    }
    public static CompletableFuture<GetListingResult> getListing(GetListingArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Marketplace/getListing:getListing
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ListingId 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 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 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 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 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 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 string
    The content URL of the screenshot.
    FileExtension string
    The file extension of the screenshot.
    MimeType string
    The MIME type of the screenshot.
    Name string
    Text that describes the resource.
    ContentUrl string
    The content URL of the screenshot.
    FileExtension string
    The file extension of the screenshot.
    MimeType string
    The MIME type of the screenshot.
    Name string
    Text that describes the resource.
    contentUrl String
    The content URL of the screenshot.
    fileExtension String
    The file extension of the screenshot.
    mimeType String
    The MIME type of the screenshot.
    name String
    Text that describes the resource.
    contentUrl string
    The content URL of the screenshot.
    fileExtension string
    The file extension of the screenshot.
    mimeType string
    The MIME type of the screenshot.
    name string
    Text that describes the resource.
    content_url str
    The content URL of the screenshot.
    file_extension str
    The file extension of the screenshot.
    mime_type str
    The MIME type of the screenshot.
    name str
    Text that describes the resource.
    contentUrl String
    The content URL of the screenshot.
    fileExtension String
    The file extension of the screenshot.
    mimeType String
    The MIME type of the screenshot.
    name String
    Text that describes the resource.
    DocumentCategory string
    The category that the document belongs to.
    Name string
    Text that describes the resource.
    Url string
    The URL of the resource.
    DocumentCategory string
    The category that the document belongs to.
    Name string
    Text that describes the resource.
    Url string
    The URL of the resource.
    documentCategory String
    The category that the document belongs to.
    name String
    Text that describes the resource.
    url String
    The URL of the resource.
    documentCategory string
    The category that the document belongs to.
    name string
    Text that describes the resource.
    url string
    The URL of the resource.
    document_category str
    The category that the document belongs to.
    name str
    Text that describes the resource.
    url str
    The URL of the resource.
    documentCategory String
    The category that the document belongs to.
    name String
    Text that describes the resource.
    url String
    The URL of the resource.

    GetListingIcon

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

    GetListingLanguage

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

    GetListingPublisher

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

    GetListingRegion

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

    GetListingRegionCountry

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

    GetListingScreenshot

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

    GetListingSupportContact

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

    GetListingSupportedOperatingSystem

    Name string
    Text that describes the resource.
    Name string
    Text that describes the resource.
    name String
    Text that describes the resource.
    name string
    Text that describes the resource.
    name str
    Text that describes the resource.
    name String
    Text that describes the resource.

    GetListingVideo

    Name string
    Text that describes the resource.
    Url string
    The URL of the resource.
    Name string
    Text that describes the resource.
    Url string
    The URL of the resource.
    name String
    Text that describes the resource.
    url String
    The URL of the resource.
    name string
    Text that describes the resource.
    url string
    The URL of the resource.
    name str
    Text that describes the resource.
    url str
    The URL of the resource.
    name String
    Text that describes the resource.
    url 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.
    oci logo
    Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi