1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Marketplace
  5. getPublication
Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

oci.Marketplace.getPublication

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

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

Gets the details of the specified publication.

Example Usage

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

const testPublication = oci.Marketplace.getPublication({
    publicationId: testPublicationOciMarketplacePublication.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_publication = oci.Marketplace.get_publication(publication_id=test_publication_oci_marketplace_publication["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.GetPublication(ctx, &marketplace.GetPublicationArgs{
			PublicationId: testPublicationOciMarketplacePublication.Id,
		}, 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 testPublication = Oci.Marketplace.GetPublication.Invoke(new()
    {
        PublicationId = testPublicationOciMarketplacePublication.Id,
    });

});
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.GetPublicationArgs;
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 testPublication = MarketplaceFunctions.getPublication(GetPublicationArgs.builder()
            .publicationId(testPublicationOciMarketplacePublication.id())
            .build());

    }
}
Copy
variables:
  testPublication:
    fn::invoke:
      function: oci:Marketplace:getPublication
      arguments:
        publicationId: ${testPublicationOciMarketplacePublication.id}
Copy

Using getPublication

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 getPublication(args: GetPublicationArgs, opts?: InvokeOptions): Promise<GetPublicationResult>
function getPublicationOutput(args: GetPublicationOutputArgs, opts?: InvokeOptions): Output<GetPublicationResult>
Copy
def get_publication(publication_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetPublicationResult
def get_publication_output(publication_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetPublicationResult]
Copy
func GetPublication(ctx *Context, args *GetPublicationArgs, opts ...InvokeOption) (*GetPublicationResult, error)
func GetPublicationOutput(ctx *Context, args *GetPublicationOutputArgs, opts ...InvokeOption) GetPublicationResultOutput
Copy

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

public static class GetPublication 
{
    public static Task<GetPublicationResult> InvokeAsync(GetPublicationArgs args, InvokeOptions? opts = null)
    public static Output<GetPublicationResult> Invoke(GetPublicationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetPublicationResult> getPublication(GetPublicationArgs args, InvokeOptions options)
public static Output<GetPublicationResult> getPublication(GetPublicationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Marketplace/getPublication:getPublication
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

PublicationId This property is required. string
The unique identifier for the publication.
PublicationId This property is required. string
The unique identifier for the publication.
publicationId This property is required. String
The unique identifier for the publication.
publicationId This property is required. string
The unique identifier for the publication.
publication_id This property is required. str
The unique identifier for the publication.
publicationId This property is required. String
The unique identifier for the publication.

getPublication Result

The following output properties are available:

CompartmentId string
The OCID of the compartment where the publication exists.
DefinedTags Dictionary<string, string>
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
FreeformTags Dictionary<string, string>
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
Icons List<GetPublicationIcon>
The model for upload data for images and icons.
Id string
The unique identifier for the publication in Marketplace.
IsAgreementAcknowledged bool
ListingType string
The publisher category to which the publication belongs. The publisher category informs where the listing appears for use.
LongDescription string
A long description of the publication to use in the listing.
Name string
The name of the operating system.
PackageDetails List<GetPublicationPackageDetail>
PackageType string
The listing's package type.
PublicationId string
ShortDescription string
A short description of the publication to use in the listing.
State string
The lifecycle state of the publication.
SupportContacts List<GetPublicationSupportContact>
Contact information for getting support from the publisher for the listing.
SupportedOperatingSystems List<GetPublicationSupportedOperatingSystem>
The list of operating systems supported by the listing.
SystemTags Dictionary<string, string>
The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
TimeCreated string
The date and time the publication was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z
CompartmentId string
The OCID of the compartment where the publication exists.
DefinedTags map[string]string
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
FreeformTags map[string]string
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
Icons []GetPublicationIcon
The model for upload data for images and icons.
Id string
The unique identifier for the publication in Marketplace.
IsAgreementAcknowledged bool
ListingType string
The publisher category to which the publication belongs. The publisher category informs where the listing appears for use.
LongDescription string
A long description of the publication to use in the listing.
Name string
The name of the operating system.
PackageDetails []GetPublicationPackageDetail
PackageType string
The listing's package type.
PublicationId string
ShortDescription string
A short description of the publication to use in the listing.
State string
The lifecycle state of the publication.
SupportContacts []GetPublicationSupportContact
Contact information for getting support from the publisher for the listing.
SupportedOperatingSystems []GetPublicationSupportedOperatingSystem
The list of operating systems supported by the listing.
SystemTags map[string]string
The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
TimeCreated string
The date and time the publication was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z
compartmentId String
The OCID of the compartment where the publication exists.
definedTags Map<String,String>
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
freeformTags Map<String,String>
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
icons List<GetPublicationIcon>
The model for upload data for images and icons.
id String
The unique identifier for the publication in Marketplace.
isAgreementAcknowledged Boolean
listingType String
The publisher category to which the publication belongs. The publisher category informs where the listing appears for use.
longDescription String
A long description of the publication to use in the listing.
name String
The name of the operating system.
packageDetails List<GetPublicationPackageDetail>
packageType String
The listing's package type.
publicationId String
shortDescription String
A short description of the publication to use in the listing.
state String
The lifecycle state of the publication.
supportContacts List<GetPublicationSupportContact>
Contact information for getting support from the publisher for the listing.
supportedOperatingSystems List<GetPublicationSupportedOperatingSystem>
The list of operating systems supported by the listing.
systemTags Map<String,String>
The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
timeCreated String
The date and time the publication was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z
compartmentId string
The OCID of the compartment where the publication exists.
definedTags {[key: string]: string}
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
freeformTags {[key: string]: string}
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
icons GetPublicationIcon[]
The model for upload data for images and icons.
id string
The unique identifier for the publication in Marketplace.
isAgreementAcknowledged boolean
listingType string
The publisher category to which the publication belongs. The publisher category informs where the listing appears for use.
longDescription string
A long description of the publication to use in the listing.
name string
The name of the operating system.
packageDetails GetPublicationPackageDetail[]
packageType string
The listing's package type.
publicationId string
shortDescription string
A short description of the publication to use in the listing.
state string
The lifecycle state of the publication.
supportContacts GetPublicationSupportContact[]
Contact information for getting support from the publisher for the listing.
supportedOperatingSystems GetPublicationSupportedOperatingSystem[]
The list of operating systems supported by the listing.
systemTags {[key: string]: string}
The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
timeCreated string
The date and time the publication was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z
compartment_id str
The OCID of the compartment where the publication exists.
defined_tags Mapping[str, str]
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
freeform_tags Mapping[str, str]
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
icons Sequence[marketplace.GetPublicationIcon]
The model for upload data for images and icons.
id str
The unique identifier for the publication in Marketplace.
is_agreement_acknowledged bool
listing_type str
The publisher category to which the publication belongs. The publisher category informs where the listing appears for use.
long_description str
A long description of the publication to use in the listing.
name str
The name of the operating system.
package_details Sequence[marketplace.GetPublicationPackageDetail]
package_type str
The listing's package type.
publication_id str
short_description str
A short description of the publication to use in the listing.
state str
The lifecycle state of the publication.
support_contacts Sequence[marketplace.GetPublicationSupportContact]
Contact information for getting support from the publisher for the listing.
supported_operating_systems Sequence[marketplace.GetPublicationSupportedOperatingSystem]
The list of operating systems supported by the listing.
system_tags Mapping[str, str]
The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
time_created str
The date and time the publication was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z
compartmentId String
The OCID of the compartment where the publication exists.
definedTags Map<String>
The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
freeformTags Map<String>
The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
icons List<Property Map>
The model for upload data for images and icons.
id String
The unique identifier for the publication in Marketplace.
isAgreementAcknowledged Boolean
listingType String
The publisher category to which the publication belongs. The publisher category informs where the listing appears for use.
longDescription String
A long description of the publication to use in the listing.
name String
The name of the operating system.
packageDetails List<Property Map>
packageType String
The listing's package type.
publicationId String
shortDescription String
A short description of the publication to use in the listing.
state String
The lifecycle state of the publication.
supportContacts List<Property Map>
Contact information for getting support from the publisher for the listing.
supportedOperatingSystems List<Property Map>
The list of operating systems supported by the listing.
systemTags Map<String>
The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
timeCreated String
The date and time the publication was created, expressed in RFC 3339 timestamp format. Example: 2016-08-25T21:10:29.600Z

Supporting Types

GetPublicationIcon

ContentUrl This property is required. string
The content URL of the upload data.
FileExtension This property is required. string
The file extension of the upload data.
MimeType This property is required. string
The MIME type of the upload data.
Name This property is required. string
The name of the operating system.
ContentUrl This property is required. string
The content URL of the upload data.
FileExtension This property is required. string
The file extension of the upload data.
MimeType This property is required. string
The MIME type of the upload data.
Name This property is required. string
The name of the operating system.
contentUrl This property is required. String
The content URL of the upload data.
fileExtension This property is required. String
The file extension of the upload data.
mimeType This property is required. String
The MIME type of the upload data.
name This property is required. String
The name of the operating system.
contentUrl This property is required. string
The content URL of the upload data.
fileExtension This property is required. string
The file extension of the upload data.
mimeType This property is required. string
The MIME type of the upload data.
name This property is required. string
The name of the operating system.
content_url This property is required. str
The content URL of the upload data.
file_extension This property is required. str
The file extension of the upload data.
mime_type This property is required. str
The MIME type of the upload data.
name This property is required. str
The name of the operating system.
contentUrl This property is required. String
The content URL of the upload data.
fileExtension This property is required. String
The file extension of the upload data.
mimeType This property is required. String
The MIME type of the upload data.
name This property is required. String
The name of the operating system.

GetPublicationPackageDetail

Eulas This property is required. List<GetPublicationPackageDetailEula>
ImageId This property is required. string
OperatingSystems This property is required. List<GetPublicationPackageDetailOperatingSystem>
PackageType This property is required. string
The listing's package type.
PackageVersion This property is required. string
Eulas This property is required. []GetPublicationPackageDetailEula
ImageId This property is required. string
OperatingSystems This property is required. []GetPublicationPackageDetailOperatingSystem
PackageType This property is required. string
The listing's package type.
PackageVersion This property is required. string
eulas This property is required. List<GetPublicationPackageDetailEula>
imageId This property is required. String
operatingSystems This property is required. List<GetPublicationPackageDetailOperatingSystem>
packageType This property is required. String
The listing's package type.
packageVersion This property is required. String
eulas This property is required. GetPublicationPackageDetailEula[]
imageId This property is required. string
operatingSystems This property is required. GetPublicationPackageDetailOperatingSystem[]
packageType This property is required. string
The listing's package type.
packageVersion This property is required. string
eulas This property is required. Sequence[marketplace.GetPublicationPackageDetailEula]
image_id This property is required. str
operating_systems This property is required. Sequence[marketplace.GetPublicationPackageDetailOperatingSystem]
package_type This property is required. str
The listing's package type.
package_version This property is required. str
eulas This property is required. List<Property Map>
imageId This property is required. String
operatingSystems This property is required. List<Property Map>
packageType This property is required. String
The listing's package type.
packageVersion This property is required. String

GetPublicationPackageDetailEula

EulaType This property is required. string
LicenseText This property is required. string
EulaType This property is required. string
LicenseText This property is required. string
eulaType This property is required. String
licenseText This property is required. String
eulaType This property is required. string
licenseText This property is required. string
eula_type This property is required. str
license_text This property is required. str
eulaType This property is required. String
licenseText This property is required. String

GetPublicationPackageDetailOperatingSystem

Name This property is required. string
The name of the operating system.
Name This property is required. string
The name of the operating system.
name This property is required. String
The name of the operating system.
name This property is required. string
The name of the operating system.
name This property is required. str
The name of the operating system.
name This property is required. String
The name of the operating system.

GetPublicationSupportContact

Email This property is required. string
The email of the contact.
Name This property is required. string
The name of the operating system.
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
The name of the operating system.
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
The name of the operating system.
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
The name of the operating system.
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
The name of the operating system.
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
The name of the operating system.
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.

GetPublicationSupportedOperatingSystem

Name This property is required. string
The name of the operating system.
Name This property is required. string
The name of the operating system.
name This property is required. String
The name of the operating system.
name This property is required. string
The name of the operating system.
name This property is required. str
The name of the operating system.
name This property is required. String
The name of the operating system.

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.32.0 published on Thursday, Apr 24, 2025 by Pulumi