1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. FleetAppsManagement
  5. getCatalogItem
Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi

oci.FleetAppsManagement.getCatalogItem

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi

    This data source provides details about a specific Catalog Item resource in Oracle Cloud Infrastructure Fleet Apps Management service.

    Gets information about a CatalogItem.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testCatalogItem = oci.FleetAppsManagement.getCatalogItem({
        catalogItemId: testCatalogItemOciFleetAppsManagementCatalogItem.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_catalog_item = oci.FleetAppsManagement.get_catalog_item(catalog_item_id=test_catalog_item_oci_fleet_apps_management_catalog_item["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/fleetappsmanagement"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fleetappsmanagement.GetCatalogItem(ctx, &fleetappsmanagement.GetCatalogItemArgs{
    			CatalogItemId: testCatalogItemOciFleetAppsManagementCatalogItem.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 testCatalogItem = Oci.FleetAppsManagement.GetCatalogItem.Invoke(new()
        {
            CatalogItemId = testCatalogItemOciFleetAppsManagementCatalogItem.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.FleetAppsManagement.FleetAppsManagementFunctions;
    import com.pulumi.oci.FleetAppsManagement.inputs.GetCatalogItemArgs;
    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 testCatalogItem = FleetAppsManagementFunctions.getCatalogItem(GetCatalogItemArgs.builder()
                .catalogItemId(testCatalogItemOciFleetAppsManagementCatalogItem.id())
                .build());
    
        }
    }
    
    variables:
      testCatalogItem:
        fn::invoke:
          function: oci:FleetAppsManagement:getCatalogItem
          arguments:
            catalogItemId: ${testCatalogItemOciFleetAppsManagementCatalogItem.id}
    

    Using getCatalogItem

    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 getCatalogItem(args: GetCatalogItemArgs, opts?: InvokeOptions): Promise<GetCatalogItemResult>
    function getCatalogItemOutput(args: GetCatalogItemOutputArgs, opts?: InvokeOptions): Output<GetCatalogItemResult>
    def get_catalog_item(catalog_item_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetCatalogItemResult
    def get_catalog_item_output(catalog_item_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetCatalogItemResult]
    func LookupCatalogItem(ctx *Context, args *LookupCatalogItemArgs, opts ...InvokeOption) (*LookupCatalogItemResult, error)
    func LookupCatalogItemOutput(ctx *Context, args *LookupCatalogItemOutputArgs, opts ...InvokeOption) LookupCatalogItemResultOutput

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

    public static class GetCatalogItem 
    {
        public static Task<GetCatalogItemResult> InvokeAsync(GetCatalogItemArgs args, InvokeOptions? opts = null)
        public static Output<GetCatalogItemResult> Invoke(GetCatalogItemInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCatalogItemResult> getCatalogItem(GetCatalogItemArgs args, InvokeOptions options)
    public static Output<GetCatalogItemResult> getCatalogItem(GetCatalogItemArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:FleetAppsManagement/getCatalogItem:getCatalogItem
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CatalogItemId string
    The OCID of the CatalogItem.
    CatalogItemId string
    The OCID of the CatalogItem.
    catalogItemId String
    The OCID of the CatalogItem.
    catalogItemId string
    The OCID of the CatalogItem.
    catalog_item_id str
    The OCID of the CatalogItem.
    catalogItemId String
    The OCID of the CatalogItem.

    getCatalogItem Result

    The following output properties are available:

    CatalogItemId string
    CatalogResultPayloads List<GetCatalogItemCatalogResultPayload>
    Catalog result payload.
    CatalogSourcePayloads List<GetCatalogItemCatalogSourcePayload>
    Catalog source payload.
    CloneCatalogItemTrigger int
    CompartmentId string
    The OCID of the compartment.
    ConfigSourceType string
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    Description about the catalog item.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    FreeformTags Dictionary<string, string>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The OCID of the catalog.
    LifecycleDetails string
    The details of lifecycle state CatalogItem.
    ListingId string
    The catalog listing Id.
    ListingVersion string
    The catalog package version.
    PackageType string
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    ShortDescription string
    Short description about the catalog item.
    ShouldListPublicItems bool
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    State string
    The current state of the CatalogItem.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeBackfillLastChecked string
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeCreated string
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeLastChecked string
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeReleased string
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    VersionDescription string
    Version description about the catalog item.
    CatalogItemId string
    CatalogResultPayloads []GetCatalogItemCatalogResultPayload
    Catalog result payload.
    CatalogSourcePayloads []GetCatalogItemCatalogSourcePayload
    Catalog source payload.
    CloneCatalogItemTrigger int
    CompartmentId string
    The OCID of the compartment.
    ConfigSourceType string
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    Description about the catalog item.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    FreeformTags map[string]string
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    The OCID of the catalog.
    LifecycleDetails string
    The details of lifecycle state CatalogItem.
    ListingId string
    The catalog listing Id.
    ListingVersion string
    The catalog package version.
    PackageType string
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    ShortDescription string
    Short description about the catalog item.
    ShouldListPublicItems bool
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    State string
    The current state of the CatalogItem.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeBackfillLastChecked string
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeCreated string
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeLastChecked string
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeReleased string
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    VersionDescription string
    Version description about the catalog item.
    catalogItemId String
    catalogResultPayloads List<GetCatalogItemCatalogResultPayload>
    Catalog result payload.
    catalogSourcePayloads List<GetCatalogItemCatalogSourcePayload>
    Catalog source payload.
    cloneCatalogItemTrigger Integer
    compartmentId String
    The OCID of the compartment.
    configSourceType String
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    Description about the catalog item.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    freeformTags Map<String,String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The OCID of the catalog.
    lifecycleDetails String
    The details of lifecycle state CatalogItem.
    listingId String
    The catalog listing Id.
    listingVersion String
    The catalog package version.
    packageType String
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    shortDescription String
    Short description about the catalog item.
    shouldListPublicItems Boolean
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    state String
    The current state of the CatalogItem.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeBackfillLastChecked String
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeCreated String
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeLastChecked String
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeReleased String
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    versionDescription String
    Version description about the catalog item.
    catalogItemId string
    catalogResultPayloads GetCatalogItemCatalogResultPayload[]
    Catalog result payload.
    catalogSourcePayloads GetCatalogItemCatalogSourcePayload[]
    Catalog source payload.
    cloneCatalogItemTrigger number
    compartmentId string
    The OCID of the compartment.
    configSourceType string
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description string
    Description about the catalog item.
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    freeformTags {[key: string]: string}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    The OCID of the catalog.
    lifecycleDetails string
    The details of lifecycle state CatalogItem.
    listingId string
    The catalog listing Id.
    listingVersion string
    The catalog package version.
    packageType string
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    shortDescription string
    Short description about the catalog item.
    shouldListPublicItems boolean
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    state string
    The current state of the CatalogItem.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeBackfillLastChecked string
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeCreated string
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeLastChecked string
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeReleased string
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated string
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    versionDescription string
    Version description about the catalog item.
    catalog_item_id str
    catalog_result_payloads Sequence[GetCatalogItemCatalogResultPayload]
    Catalog result payload.
    catalog_source_payloads Sequence[GetCatalogItemCatalogSourcePayload]
    Catalog source payload.
    clone_catalog_item_trigger int
    compartment_id str
    The OCID of the compartment.
    config_source_type str
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description str
    Description about the catalog item.
    display_name str
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    freeform_tags Mapping[str, str]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    The OCID of the catalog.
    lifecycle_details str
    The details of lifecycle state CatalogItem.
    listing_id str
    The catalog listing Id.
    listing_version str
    The catalog package version.
    package_type str
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    short_description str
    Short description about the catalog item.
    should_list_public_items bool
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    state str
    The current state of the CatalogItem.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_backfill_last_checked str
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_created str
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_last_checked str
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_released str
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_updated str
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    version_description str
    Version description about the catalog item.
    catalogItemId String
    catalogResultPayloads List<Property Map>
    Catalog result payload.
    catalogSourcePayloads List<Property Map>
    Catalog source payload.
    cloneCatalogItemTrigger Number
    compartmentId String
    The OCID of the compartment.
    configSourceType String
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    Description about the catalog item.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    freeformTags Map<String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    The OCID of the catalog.
    lifecycleDetails String
    The details of lifecycle state CatalogItem.
    listingId String
    The catalog listing Id.
    listingVersion String
    The catalog package version.
    packageType String
    Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
    shortDescription String
    Short description about the catalog item.
    shouldListPublicItems Boolean
    The indicator to append Public Items from the root compartment to any query, when set to TRUE.
    state String
    The current state of the CatalogItem.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeBackfillLastChecked String
    The date and time the CatalogItem was last checked by backfill job, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeCreated String
    The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeLastChecked String
    The date and time the CatalogItem was last checked, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeReleased String
    The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    versionDescription String
    Version description about the catalog item.

    Supporting Types

    GetCatalogItemCatalogResultPayload

    BranchName string
    branch Name
    ConfigResultType string
    config result type.
    ConfigurationSourceProviderId string
    configuration Source Provider OCID
    PackageUrl string
    package url
    RepositoryUrl string
    repository Url
    TemplateId string
    template id
    TimeExpires string
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    WorkingDirectory string
    BranchName string
    branch Name
    ConfigResultType string
    config result type.
    ConfigurationSourceProviderId string
    configuration Source Provider OCID
    PackageUrl string
    package url
    RepositoryUrl string
    repository Url
    TemplateId string
    template id
    TimeExpires string
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    WorkingDirectory string
    branchName String
    branch Name
    configResultType String
    config result type.
    configurationSourceProviderId String
    configuration Source Provider OCID
    packageUrl String
    package url
    repositoryUrl String
    repository Url
    templateId String
    template id
    timeExpires String
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    workingDirectory String
    branchName string
    branch Name
    configResultType string
    config result type.
    configurationSourceProviderId string
    configuration Source Provider OCID
    packageUrl string
    package url
    repositoryUrl string
    repository Url
    templateId string
    template id
    timeExpires string
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    workingDirectory string
    branch_name str
    branch Name
    config_result_type str
    config result type.
    configuration_source_provider_id str
    configuration Source Provider OCID
    package_url str
    package url
    repository_url str
    repository Url
    template_id str
    template id
    time_expires str
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    working_directory str
    branchName String
    branch Name
    configResultType String
    config result type.
    configurationSourceProviderId String
    configuration Source Provider OCID
    packageUrl String
    package url
    repositoryUrl String
    repository Url
    templateId String
    template id
    timeExpires String
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    workingDirectory String

    GetCatalogItemCatalogSourcePayload

    AccessUri string
    access uri
    BranchName string
    branch Name
    Bucket string
    bucket name
    ConfigSourceType string
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    ConfigurationSourceProviderId string
    configuration Source Provider OCID
    Description string
    Description about the catalog item.
    ListingId string
    The catalog listing Id.
    LongDescription string
    Template Long Description
    Namespace string
    nameSpace
    Object string
    object name
    RepositoryUrl string
    repository Url
    TemplateDisplayName string
    Template Display Name
    TimeExpires string
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    Version string
    This version parameter of Payload.
    WorkingDirectory string
    ZipFileBase64encoded string
    The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
    AccessUri string
    access uri
    BranchName string
    branch Name
    Bucket string
    bucket name
    ConfigSourceType string
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    ConfigurationSourceProviderId string
    configuration Source Provider OCID
    Description string
    Description about the catalog item.
    ListingId string
    The catalog listing Id.
    LongDescription string
    Template Long Description
    Namespace string
    nameSpace
    Object string
    object name
    RepositoryUrl string
    repository Url
    TemplateDisplayName string
    Template Display Name
    TimeExpires string
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    Version string
    This version parameter of Payload.
    WorkingDirectory string
    ZipFileBase64encoded string
    The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
    accessUri String
    access uri
    branchName String
    branch Name
    bucket String
    bucket name
    configSourceType String
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    configurationSourceProviderId String
    configuration Source Provider OCID
    description String
    Description about the catalog item.
    listingId String
    The catalog listing Id.
    longDescription String
    Template Long Description
    namespace String
    nameSpace
    object String
    object name
    repositoryUrl String
    repository Url
    templateDisplayName String
    Template Display Name
    timeExpires String
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    version String
    This version parameter of Payload.
    workingDirectory String
    zipFileBase64encoded String
    The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
    accessUri string
    access uri
    branchName string
    branch Name
    bucket string
    bucket name
    configSourceType string
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    configurationSourceProviderId string
    configuration Source Provider OCID
    description string
    Description about the catalog item.
    listingId string
    The catalog listing Id.
    longDescription string
    Template Long Description
    namespace string
    nameSpace
    object string
    object name
    repositoryUrl string
    repository Url
    templateDisplayName string
    Template Display Name
    timeExpires string
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    version string
    This version parameter of Payload.
    workingDirectory string
    zipFileBase64encoded string
    The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
    access_uri str
    access uri
    branch_name str
    branch Name
    bucket str
    bucket name
    config_source_type str
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    configuration_source_provider_id str
    configuration Source Provider OCID
    description str
    Description about the catalog item.
    listing_id str
    The catalog listing Id.
    long_description str
    Template Long Description
    namespace str
    nameSpace
    object str
    object name
    repository_url str
    repository Url
    template_display_name str
    Template Display Name
    time_expires str
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    version str
    This version parameter of Payload.
    working_directory str
    zip_file_base64encoded str
    The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.
    accessUri String
    access uri
    branchName String
    branch Name
    bucket String
    bucket name
    configSourceType String
    Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
    configurationSourceProviderId String
    configuration Source Provider OCID
    description String
    Description about the catalog item.
    listingId String
    The catalog listing Id.
    longDescription String
    Template Long Description
    namespace String
    nameSpace
    object String
    object name
    repositoryUrl String
    repository Url
    templateDisplayName String
    Template Display Name
    timeExpires String
    The date and time expires, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    version String
    This version parameter of Payload.
    workingDirectory String
    zipFileBase64encoded String
    The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed.

    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 v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi