Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Core.getAppCatalogListings
Explore with Pulumi AI
This data source provides the list of App Catalog Listings in Oracle Cloud Infrastructure Core service.
Lists the published listings.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAppCatalogListings = oci.Core.getAppCatalogListings({
displayName: appCatalogListingDisplayName,
publisherName: appCatalogListingPublisherName,
publisherType: appCatalogListingPublisherType,
});
import pulumi
import pulumi_oci as oci
test_app_catalog_listings = oci.Core.get_app_catalog_listings(display_name=app_catalog_listing_display_name,
publisher_name=app_catalog_listing_publisher_name,
publisher_type=app_catalog_listing_publisher_type)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Core"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Core.GetAppCatalogListings(ctx, &core.GetAppCatalogListingsArgs{
DisplayName: pulumi.StringRef(appCatalogListingDisplayName),
PublisherName: pulumi.StringRef(appCatalogListingPublisherName),
PublisherType: pulumi.StringRef(appCatalogListingPublisherType),
}, 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 testAppCatalogListings = Oci.Core.GetAppCatalogListings.Invoke(new()
{
DisplayName = appCatalogListingDisplayName,
PublisherName = appCatalogListingPublisherName,
PublisherType = appCatalogListingPublisherType,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetAppCatalogListingsArgs;
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 testAppCatalogListings = CoreFunctions.getAppCatalogListings(GetAppCatalogListingsArgs.builder()
.displayName(appCatalogListingDisplayName)
.publisherName(appCatalogListingPublisherName)
.publisherType(appCatalogListingPublisherType)
.build());
}
}
variables:
testAppCatalogListings:
fn::invoke:
Function: oci:Core:getAppCatalogListings
Arguments:
displayName: ${appCatalogListingDisplayName}
publisherName: ${appCatalogListingPublisherName}
publisherType: ${appCatalogListingPublisherType}
Using getAppCatalogListings
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 getAppCatalogListings(args: GetAppCatalogListingsArgs, opts?: InvokeOptions): Promise<GetAppCatalogListingsResult>
function getAppCatalogListingsOutput(args: GetAppCatalogListingsOutputArgs, opts?: InvokeOptions): Output<GetAppCatalogListingsResult>
def get_app_catalog_listings(display_name: Optional[str] = None,
filters: Optional[Sequence[_core.GetAppCatalogListingsFilter]] = None,
publisher_name: Optional[str] = None,
publisher_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppCatalogListingsResult
def get_app_catalog_listings_output(display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetAppCatalogListingsFilterArgs]]]] = None,
publisher_name: Optional[pulumi.Input[str]] = None,
publisher_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppCatalogListingsResult]
func GetAppCatalogListings(ctx *Context, args *GetAppCatalogListingsArgs, opts ...InvokeOption) (*GetAppCatalogListingsResult, error)
func GetAppCatalogListingsOutput(ctx *Context, args *GetAppCatalogListingsOutputArgs, opts ...InvokeOption) GetAppCatalogListingsResultOutput
> Note: This function is named GetAppCatalogListings
in the Go SDK.
public static class GetAppCatalogListings
{
public static Task<GetAppCatalogListingsResult> InvokeAsync(GetAppCatalogListingsArgs args, InvokeOptions? opts = null)
public static Output<GetAppCatalogListingsResult> Invoke(GetAppCatalogListingsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppCatalogListingsResult> getAppCatalogListings(GetAppCatalogListingsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Core/getAppCatalogListings:getAppCatalogListings
arguments:
# arguments dictionary
The following arguments are supported:
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
App Catalog Listings Filter> - Publisher
Name string - A filter to return only the publisher that matches the given publisher name exactly.
- Publisher
Type string - A filter to return only publishers that match the given publisher type exactly. Valid types are OCI, ORACLE, TRUSTED, STANDARD.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
App Catalog Listings Filter - Publisher
Name string - A filter to return only the publisher that matches the given publisher name exactly.
- Publisher
Type string - A filter to return only publishers that match the given publisher type exactly. Valid types are OCI, ORACLE, TRUSTED, STANDARD.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
App Catalog Listings Filter> - publisher
Name String - A filter to return only the publisher that matches the given publisher name exactly.
- publisher
Type String - A filter to return only publishers that match the given publisher type exactly. Valid types are OCI, ORACLE, TRUSTED, STANDARD.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
App Catalog Listings Filter[] - publisher
Name string - A filter to return only the publisher that matches the given publisher name exactly.
- publisher
Type string - A filter to return only publishers that match the given publisher type exactly. Valid types are OCI, ORACLE, TRUSTED, STANDARD.
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Sequence[core.
Get App Catalog Listings Filter] - publisher_
name str - A filter to return only the publisher that matches the given publisher name exactly.
- publisher_
type str - A filter to return only publishers that match the given publisher type exactly. Valid types are OCI, ORACLE, TRUSTED, STANDARD.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- publisher
Name String - A filter to return only the publisher that matches the given publisher name exactly.
- publisher
Type String - A filter to return only publishers that match the given publisher type exactly. Valid types are OCI, ORACLE, TRUSTED, STANDARD.
getAppCatalogListings Result
The following output properties are available:
- App
Catalog List<GetListings App Catalog Listings App Catalog Listing> - The list of app_catalog_listings.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
App Catalog Listings Filter> - Publisher
Name string - The name of the publisher who published this listing.
- Publisher
Type string
- App
Catalog []GetListings App Catalog Listings App Catalog Listing - The list of app_catalog_listings.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
App Catalog Listings Filter - Publisher
Name string - The name of the publisher who published this listing.
- Publisher
Type string
- app
Catalog List<GetListings App Catalog Listings App Catalog Listing> - The list of app_catalog_listings.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
App Catalog Listings Filter> - publisher
Name String - The name of the publisher who published this listing.
- publisher
Type String
- app
Catalog GetListings App Catalog Listings App Catalog Listing[] - The list of app_catalog_listings.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
App Catalog Listings Filter[] - publisher
Name string - The name of the publisher who published this listing.
- publisher
Type string
- app_
catalog_ Sequence[core.listings Get App Catalog Listings App Catalog Listing] - The list of app_catalog_listings.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Sequence[core.
Get App Catalog Listings Filter] - publisher_
name str - The name of the publisher who published this listing.
- publisher_
type str
- app
Catalog List<Property Map>Listings - The list of app_catalog_listings.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
- publisher
Name String - The name of the publisher who published this listing.
- publisher
Type String
Supporting Types
GetAppCatalogListingsAppCatalogListing
- Contact
Url string - Listing's contact URL.
- Description string
- Description of the listing.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Listing
Id string - the region free ocid of the listing resource.
- Publisher
Logo stringUrl - Publisher's logo URL.
- Publisher
Name string - A filter to return only the publisher that matches the given publisher name exactly.
- Summary string
- The short summary for the listing.
- Time
Published string - Date and time the listing was published, in RFC3339 format. Example:
2018-03-20T12:32:53.532Z
- Contact
Url string - Listing's contact URL.
- Description string
- Description of the listing.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Listing
Id string - the region free ocid of the listing resource.
- Publisher
Logo stringUrl - Publisher's logo URL.
- Publisher
Name string - A filter to return only the publisher that matches the given publisher name exactly.
- Summary string
- The short summary for the listing.
- Time
Published string - Date and time the listing was published, in RFC3339 format. Example:
2018-03-20T12:32:53.532Z
- contact
Url String - Listing's contact URL.
- description String
- Description of the listing.
- display
Name String - A filter to return only resources that match the given display name exactly.
- listing
Id String - the region free ocid of the listing resource.
- publisher
Logo StringUrl - Publisher's logo URL.
- publisher
Name String - A filter to return only the publisher that matches the given publisher name exactly.
- summary String
- The short summary for the listing.
- time
Published String - Date and time the listing was published, in RFC3339 format. Example:
2018-03-20T12:32:53.532Z
- contact
Url string - Listing's contact URL.
- description string
- Description of the listing.
- display
Name string - A filter to return only resources that match the given display name exactly.
- listing
Id string - the region free ocid of the listing resource.
- publisher
Logo stringUrl - Publisher's logo URL.
- publisher
Name string - A filter to return only the publisher that matches the given publisher name exactly.
- summary string
- The short summary for the listing.
- time
Published string - Date and time the listing was published, in RFC3339 format. Example:
2018-03-20T12:32:53.532Z
- contact_
url str - Listing's contact URL.
- description str
- Description of the listing.
- display_
name str - A filter to return only resources that match the given display name exactly.
- listing_
id str - the region free ocid of the listing resource.
- publisher_
logo_ strurl - Publisher's logo URL.
- publisher_
name str - A filter to return only the publisher that matches the given publisher name exactly.
- summary str
- The short summary for the listing.
- time_
published str - Date and time the listing was published, in RFC3339 format. Example:
2018-03-20T12:32:53.532Z
- contact
Url String - Listing's contact URL.
- description String
- Description of the listing.
- display
Name String - A filter to return only resources that match the given display name exactly.
- listing
Id String - the region free ocid of the listing resource.
- publisher
Logo StringUrl - Publisher's logo URL.
- publisher
Name String - A filter to return only the publisher that matches the given publisher name exactly.
- summary String
- The short summary for the listing.
- time
Published String - Date and time the listing was published, in RFC3339 format. Example:
2018-03-20T12:32:53.532Z
GetAppCatalogListingsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.