1. Registry
  2. Packages
  3. Oracle Cloud Infrastructure
  4. API Docs
  5. GenerativeAi
  6. getHostedApplications
Viewing docs for Oracle Cloud Infrastructure v5.0.0
published on Thursday, Sep 17, 2026 by Pulumi
oci logo oci logo
Viewing docs for Oracle Cloud Infrastructure v5.0.0
published on Thursday, Sep 17, 2026 by Pulumi

    This data source provides the list of Hosted Applications in Oracle Cloud Infrastructure Generative AI service.

    Lists the hosted applications in a specific compartment.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testHostedApplications = oci.generativeai.getHostedApplications({
        compartmentId: compartmentId,
        displayName: hostedApplicationDisplayName,
        id: hostedApplicationId,
        state: hostedApplicationState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_hosted_applications = oci.generativeai.get_hosted_applications(compartment_id=compartment_id,
        display_name=hosted_application_display_name,
        id=hosted_application_id,
        state=hosted_application_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v5/go/oci/generativeai"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := generativeai.GetHostedApplications(ctx, &generativeai.GetHostedApplicationsArgs{
    			CompartmentId: compartmentId,
    			DisplayName:   pulumi.StringRef(hostedApplicationDisplayName),
    			Id:            pulumi.StringRef(hostedApplicationId),
    			State:         pulumi.StringRef(hostedApplicationState),
    		}, 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 testHostedApplications = Oci.GenerativeAi.GetHostedApplications.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = hostedApplicationDisplayName,
            Id = hostedApplicationId,
            State = hostedApplicationState,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.GenerativeAi.GenerativeAiFunctions;
    import com.pulumi.oci.GenerativeAi.inputs.GetHostedApplicationsArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    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 testHostedApplications = GenerativeAiFunctions.getHostedApplications(GetHostedApplicationsArgs.builder()
                .compartmentId(compartmentId)
                .displayName(hostedApplicationDisplayName)
                .id(hostedApplicationId)
                .state(hostedApplicationState)
                .build());
    
        }
    }
    
    variables:
      testHostedApplications:
        fn::invoke:
          function: oci:GenerativeAi:getHostedApplications
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${hostedApplicationDisplayName}
            id: ${hostedApplicationId}
            state: ${hostedApplicationState}
    
    pulumi {
      required_providers {
        oci = {
          source = "pulumi/oci"
        }
      }
    }
    
    data "oci_generativeai_gethostedapplications" "testHostedApplications" {
      compartment_id = compartmentId
      display_name   = hostedApplicationDisplayName
      id             = hostedApplicationId
      state          = hostedApplicationState
    }
    

    Using getHostedApplications

    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 getHostedApplications(args: GetHostedApplicationsArgs, opts?: InvokeOptions): Promise<GetHostedApplicationsResult>
    function getHostedApplicationsOutput(args: GetHostedApplicationsOutputArgs, opts?: InvokeOutputOptions): Output<GetHostedApplicationsResult>
    def get_hosted_applications(compartment_id: Optional[str] = None,
                                display_name: Optional[str] = None,
                                filters: Optional[Sequence[GetHostedApplicationsFilter]] = None,
                                id: Optional[str] = None,
                                state: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetHostedApplicationsResult
    def get_hosted_applications_output(compartment_id: pulumi.Input[Optional[str]] = None,
                                display_name: pulumi.Input[Optional[str]] = None,
                                filters: pulumi.Input[Optional[Sequence[pulumi.Input[GetHostedApplicationsFilterArgs]]]] = None,
                                id: pulumi.Input[Optional[str]] = None,
                                state: pulumi.Input[Optional[str]] = None,
                                opts: Optional[InvokeOutputOptions] = None) -> Output[GetHostedApplicationsResult]
    func GetHostedApplications(ctx *Context, args *GetHostedApplicationsArgs, opts ...InvokeOption) (*GetHostedApplicationsResult, error)
    func GetHostedApplicationsOutput(ctx *Context, args *GetHostedApplicationsOutputArgs, opts ...InvokeOption) GetHostedApplicationsResultOutput

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

    public static class GetHostedApplications 
    {
        public static Task<GetHostedApplicationsResult> InvokeAsync(GetHostedApplicationsArgs args, InvokeOptions? opts = null)
        public static Output<GetHostedApplicationsResult> Invoke(GetHostedApplicationsInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetHostedApplicationsResult> Invoke(GetHostedApplicationsInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetHostedApplicationsResult> getHostedApplications(GetHostedApplicationsArgs args, InvokeOptions options)
    public static Output<GetHostedApplicationsResult> getHostedApplications(GetHostedApplicationsArgs args, InvokeOptions options)
    public static Output<GetHostedApplicationsResult> getHostedApplications(GetHostedApplicationsArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: oci:GenerativeAi/getHostedApplications:getHostedApplications
      arguments:
        # arguments dictionary
    data "oci_generative_ai_get_hosted_applications" "name" {
        # arguments
    }

    The following arguments are supported:

    CompartmentId string
    The OCID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Filters List<GetHostedApplicationsFilter>
    Id string
    The OCID of the hosted application.
    State string
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    CompartmentId string
    The OCID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Filters []GetHostedApplicationsFilter
    Id string
    The OCID of the hosted application.
    State string
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    compartment_id string
    The OCID of the compartment in which to list resources.
    display_name string
    A filter to return only resources that match the given display name exactly.
    filters list(object)
    id string
    The OCID of the hosted application.
    state string
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    compartmentId String
    The OCID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the given display name exactly.
    filters List<GetHostedApplicationsFilter>
    id String
    The OCID of the hosted application.
    state String
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    compartmentId string
    The OCID of the compartment in which to list resources.
    displayName string
    A filter to return only resources that match the given display name exactly.
    filters GetHostedApplicationsFilter[]
    id string
    The OCID of the hosted application.
    state string
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    compartment_id str
    The OCID of the compartment in which to list resources.
    display_name str
    A filter to return only resources that match the given display name exactly.
    filters Sequence[GetHostedApplicationsFilter]
    id str
    The OCID of the hosted application.
    state str
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    compartmentId String
    The OCID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the given display name exactly.
    filters List<Property Map>
    id String
    The OCID of the hosted application.
    state String
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.

    getHostedApplications Result

    The following output properties are available:

    CompartmentId string
    The compartment OCID to create the hosted application in.
    HostedApplicationCollections List<GetHostedApplicationsHostedApplicationCollection>
    The list of hosted_application_collection.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable.
    Filters List<GetHostedApplicationsFilter>
    Id string
    The OCID of the hosted application.
    State string
    The current state of the hosted application.
    CompartmentId string
    The compartment OCID to create the hosted application in.
    HostedApplicationCollections []GetHostedApplicationsHostedApplicationCollection
    The list of hosted_application_collection.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable.
    Filters []GetHostedApplicationsFilter
    Id string
    The OCID of the hosted application.
    State string
    The current state of the hosted application.
    compartment_id string
    The compartment OCID to create the hosted application in.
    hosted_application_collections list(object)
    The list of hosted_application_collection.
    display_name string
    A user-friendly name. Does not have to be unique, and it's changeable.
    filters list(object)
    id string
    The OCID of the hosted application.
    state string
    The current state of the hosted application.
    compartmentId String
    The compartment OCID to create the hosted application in.
    hostedApplicationCollections List<GetHostedApplicationsHostedApplicationCollection>
    The list of hosted_application_collection.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable.
    filters List<GetHostedApplicationsFilter>
    id String
    The OCID of the hosted application.
    state String
    The current state of the hosted application.
    compartmentId string
    The compartment OCID to create the hosted application in.
    hostedApplicationCollections GetHostedApplicationsHostedApplicationCollection[]
    The list of hosted_application_collection.
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable.
    filters GetHostedApplicationsFilter[]
    id string
    The OCID of the hosted application.
    state string
    The current state of the hosted application.
    compartment_id str
    The compartment OCID to create the hosted application in.
    hosted_application_collections Sequence[GetHostedApplicationsHostedApplicationCollection]
    The list of hosted_application_collection.
    display_name str
    A user-friendly name. Does not have to be unique, and it's changeable.
    filters Sequence[GetHostedApplicationsFilter]
    id str
    The OCID of the hosted application.
    state str
    The current state of the hosted application.
    compartmentId String
    The compartment OCID to create the hosted application in.
    hostedApplicationCollections List<Property Map>
    The list of hosted_application_collection.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable.
    filters List<Property Map>
    id String
    The OCID of the hosted application.
    state String
    The current state of the hosted application.

    Supporting Types

    GetHostedApplicationsFilter

    Name string
    Name of the environment variable.
    Values List<string>
    Regex bool
    Name string
    Name of the environment variable.
    Values []string
    Regex bool
    name string
    Name of the environment variable.
    values list(string)
    regex bool
    name String
    Name of the environment variable.
    values List<String>
    regex Boolean
    name string
    Name of the environment variable.
    values string[]
    regex boolean
    name str
    Name of the environment variable.
    values Sequence[str]
    regex bool
    name String
    Name of the environment variable.
    values List<String>
    regex Boolean

    GetHostedApplicationsHostedApplicationCollection

    GetHostedApplicationsHostedApplicationCollectionItem

    CompartmentId string
    The OCID of the compartment in which to list resources.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    Description string
    An optional description of the hosted application.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    EnvironmentVariables List<GetHostedApplicationsHostedApplicationCollectionItemEnvironmentVariable>
    The list of environment variables for the Hosted Application. Defines a list of environment variables injected at runtime.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the hosted application.
    InboundAuthConfigs List<GetHostedApplicationsHostedApplicationCollectionItemInboundAuthConfig>
    The client-side inbound authentication configuration for the Hosted Application. Defines the network access rules. When unspecified, the service applies the default inbound authentication configuration type.
    LifecycleDetails string
    A message describing the current state of the endpoint in more detail that can provide actionable information.
    NetworkingConfigs List<GetHostedApplicationsHostedApplicationCollectionItemNetworkingConfig>
    Networking configuration.
    ScalingConfigs List<GetHostedApplicationsHostedApplicationCollectionItemScalingConfig>
    The auto scaling configuration for the Hosted Application. Defines the minimum and maximum number of replicas. When unspecified, the service applies service-defined default scaling values.
    State string
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    StorageConfigs List<GetHostedApplicationsHostedApplicationCollectionItemStorageConfig>
    A list of storageConfigs managed by the Oracle Cloud Infrastructure GenAI Platform and attached to the application.
    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"}
    TimeCreated string
    The date and time the hosted application was created, in the format defined by RFC 3339
    TimeUpdated string
    The date and time the hosted application was updated, in the format defined by RFC 3339
    CompartmentId string
    The OCID of the compartment in which to list resources.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    Description string
    An optional description of the hosted application.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    EnvironmentVariables []GetHostedApplicationsHostedApplicationCollectionItemEnvironmentVariable
    The list of environment variables for the Hosted Application. Defines a list of environment variables injected at runtime.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the hosted application.
    InboundAuthConfigs []GetHostedApplicationsHostedApplicationCollectionItemInboundAuthConfig
    The client-side inbound authentication configuration for the Hosted Application. Defines the network access rules. When unspecified, the service applies the default inbound authentication configuration type.
    LifecycleDetails string
    A message describing the current state of the endpoint in more detail that can provide actionable information.
    NetworkingConfigs []GetHostedApplicationsHostedApplicationCollectionItemNetworkingConfig
    Networking configuration.
    ScalingConfigs []GetHostedApplicationsHostedApplicationCollectionItemScalingConfig
    The auto scaling configuration for the Hosted Application. Defines the minimum and maximum number of replicas. When unspecified, the service applies service-defined default scaling values.
    State string
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    StorageConfigs []GetHostedApplicationsHostedApplicationCollectionItemStorageConfig
    A list of storageConfigs managed by the Oracle Cloud Infrastructure GenAI Platform and attached to the application.
    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"}
    TimeCreated string
    The date and time the hosted application was created, in the format defined by RFC 3339
    TimeUpdated string
    The date and time the hosted application was updated, in the format defined by RFC 3339
    compartment_id string
    The OCID of the compartment in which to list resources.
    defined_tags map(string)
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description string
    An optional description of the hosted application.
    display_name string
    A filter to return only resources that match the given display name exactly.
    environment_variables list(object)
    The list of environment variables for the Hosted Application. Defines a list of environment variables injected at runtime.
    freeform_tags map(string)
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the hosted application.
    inbound_auth_configs list(object)
    The client-side inbound authentication configuration for the Hosted Application. Defines the network access rules. When unspecified, the service applies the default inbound authentication configuration type.
    lifecycle_details string
    A message describing the current state of the endpoint in more detail that can provide actionable information.
    networking_configs list(object)
    Networking configuration.
    scaling_configs list(object)
    The auto scaling configuration for the Hosted Application. Defines the minimum and maximum number of replicas. When unspecified, the service applies service-defined default scaling values.
    state string
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    storage_configs list(object)
    A list of storageConfigs managed by the Oracle Cloud Infrastructure GenAI Platform and attached to the application.
    system_tags map(string)
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created string
    The date and time the hosted application was created, in the format defined by RFC 3339
    time_updated string
    The date and time the hosted application was updated, in the format defined by RFC 3339
    compartmentId String
    The OCID of the compartment in which to list resources.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description String
    An optional description of the hosted application.
    displayName String
    A filter to return only resources that match the given display name exactly.
    environmentVariables List<GetHostedApplicationsHostedApplicationCollectionItemEnvironmentVariable>
    The list of environment variables for the Hosted Application. Defines a list of environment variables injected at runtime.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the hosted application.
    inboundAuthConfigs List<GetHostedApplicationsHostedApplicationCollectionItemInboundAuthConfig>
    The client-side inbound authentication configuration for the Hosted Application. Defines the network access rules. When unspecified, the service applies the default inbound authentication configuration type.
    lifecycleDetails String
    A message describing the current state of the endpoint in more detail that can provide actionable information.
    networkingConfigs List<GetHostedApplicationsHostedApplicationCollectionItemNetworkingConfig>
    Networking configuration.
    scalingConfigs List<GetHostedApplicationsHostedApplicationCollectionItemScalingConfig>
    The auto scaling configuration for the Hosted Application. Defines the minimum and maximum number of replicas. When unspecified, the service applies service-defined default scaling values.
    state String
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    storageConfigs List<GetHostedApplicationsHostedApplicationCollectionItemStorageConfig>
    A list of storageConfigs managed by the Oracle Cloud Infrastructure GenAI Platform and attached to the application.
    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"}
    timeCreated String
    The date and time the hosted application was created, in the format defined by RFC 3339
    timeUpdated String
    The date and time the hosted application was updated, in the format defined by RFC 3339
    compartmentId string
    The OCID of the compartment in which to list resources.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description string
    An optional description of the hosted application.
    displayName string
    A filter to return only resources that match the given display name exactly.
    environmentVariables GetHostedApplicationsHostedApplicationCollectionItemEnvironmentVariable[]
    The list of environment variables for the Hosted Application. Defines a list of environment variables injected at runtime.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the hosted application.
    inboundAuthConfigs GetHostedApplicationsHostedApplicationCollectionItemInboundAuthConfig[]
    The client-side inbound authentication configuration for the Hosted Application. Defines the network access rules. When unspecified, the service applies the default inbound authentication configuration type.
    lifecycleDetails string
    A message describing the current state of the endpoint in more detail that can provide actionable information.
    networkingConfigs GetHostedApplicationsHostedApplicationCollectionItemNetworkingConfig[]
    Networking configuration.
    scalingConfigs GetHostedApplicationsHostedApplicationCollectionItemScalingConfig[]
    The auto scaling configuration for the Hosted Application. Defines the minimum and maximum number of replicas. When unspecified, the service applies service-defined default scaling values.
    state string
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    storageConfigs GetHostedApplicationsHostedApplicationCollectionItemStorageConfig[]
    A list of storageConfigs managed by the Oracle Cloud Infrastructure GenAI Platform and attached to the application.
    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"}
    timeCreated string
    The date and time the hosted application was created, in the format defined by RFC 3339
    timeUpdated string
    The date and time the hosted application was updated, in the format defined by RFC 3339
    compartment_id str
    The OCID of the compartment in which to list resources.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description str
    An optional description of the hosted application.
    display_name str
    A filter to return only resources that match the given display name exactly.
    environment_variables Sequence[GetHostedApplicationsHostedApplicationCollectionItemEnvironmentVariable]
    The list of environment variables for the Hosted Application. Defines a list of environment variables injected at runtime.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the hosted application.
    inbound_auth_configs Sequence[GetHostedApplicationsHostedApplicationCollectionItemInboundAuthConfig]
    The client-side inbound authentication configuration for the Hosted Application. Defines the network access rules. When unspecified, the service applies the default inbound authentication configuration type.
    lifecycle_details str
    A message describing the current state of the endpoint in more detail that can provide actionable information.
    networking_configs Sequence[GetHostedApplicationsHostedApplicationCollectionItemNetworkingConfig]
    Networking configuration.
    scaling_configs Sequence[GetHostedApplicationsHostedApplicationCollectionItemScalingConfig]
    The auto scaling configuration for the Hosted Application. Defines the minimum and maximum number of replicas. When unspecified, the service applies service-defined default scaling values.
    state str
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    storage_configs Sequence[GetHostedApplicationsHostedApplicationCollectionItemStorageConfig]
    A list of storageConfigs managed by the Oracle Cloud Infrastructure GenAI Platform and attached to the application.
    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_created str
    The date and time the hosted application was created, in the format defined by RFC 3339
    time_updated str
    The date and time the hosted application was updated, in the format defined by RFC 3339
    compartmentId String
    The OCID of the compartment in which to list resources.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description String
    An optional description of the hosted application.
    displayName String
    A filter to return only resources that match the given display name exactly.
    environmentVariables List<Property Map>
    The list of environment variables for the Hosted Application. Defines a list of environment variables injected at runtime.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the hosted application.
    inboundAuthConfigs List<Property Map>
    The client-side inbound authentication configuration for the Hosted Application. Defines the network access rules. When unspecified, the service applies the default inbound authentication configuration type.
    lifecycleDetails String
    A message describing the current state of the endpoint in more detail that can provide actionable information.
    networkingConfigs List<Property Map>
    Networking configuration.
    scalingConfigs List<Property Map>
    The auto scaling configuration for the Hosted Application. Defines the minimum and maximum number of replicas. When unspecified, the service applies service-defined default scaling values.
    state String
    A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
    storageConfigs List<Property Map>
    A list of storageConfigs managed by the Oracle Cloud Infrastructure GenAI Platform and attached to the application.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the hosted application was created, in the format defined by RFC 3339
    timeUpdated String
    The date and time the hosted application was updated, in the format defined by RFC 3339

    GetHostedApplicationsHostedApplicationCollectionItemEnvironmentVariable

    Name string
    Name of the environment variable.
    Type string
    Type of the environment variable (PLAINTEXT or VAULT, no default value).
    Value string
    Value of the environment variable.
    Name string
    Name of the environment variable.
    Type string
    Type of the environment variable (PLAINTEXT or VAULT, no default value).
    Value string
    Value of the environment variable.
    name string
    Name of the environment variable.
    type string
    Type of the environment variable (PLAINTEXT or VAULT, no default value).
    value string
    Value of the environment variable.
    name String
    Name of the environment variable.
    type String
    Type of the environment variable (PLAINTEXT or VAULT, no default value).
    value String
    Value of the environment variable.
    name string
    Name of the environment variable.
    type string
    Type of the environment variable (PLAINTEXT or VAULT, no default value).
    value string
    Value of the environment variable.
    name str
    Name of the environment variable.
    type str
    Type of the environment variable (PLAINTEXT or VAULT, no default value).
    value str
    Value of the environment variable.
    name String
    Name of the environment variable.
    type String
    Type of the environment variable (PLAINTEXT or VAULT, no default value).
    value String
    Value of the environment variable.

    GetHostedApplicationsHostedApplicationCollectionItemInboundAuthConfig

    IdcsConfigs List<GetHostedApplicationsHostedApplicationCollectionItemInboundAuthConfigIdcsConfig>
    Oracle Identity Cloud Service (IDCS) configuration used when inboundAuthConfigType is set to IDCS_AUTH_CONFIG. This object must be specified when inboundAuthConfigType is IDCS_AUTH_CONFIG.
    InboundAuthConfigType string
    Inbound authentication configuration type of network access (IDCS_AUTH_CONFIG).
    IdcsConfigs []GetHostedApplicationsHostedApplicationCollectionItemInboundAuthConfigIdcsConfig
    Oracle Identity Cloud Service (IDCS) configuration used when inboundAuthConfigType is set to IDCS_AUTH_CONFIG. This object must be specified when inboundAuthConfigType is IDCS_AUTH_CONFIG.
    InboundAuthConfigType string
    Inbound authentication configuration type of network access (IDCS_AUTH_CONFIG).
    idcs_configs list(object)
    Oracle Identity Cloud Service (IDCS) configuration used when inboundAuthConfigType is set to IDCS_AUTH_CONFIG. This object must be specified when inboundAuthConfigType is IDCS_AUTH_CONFIG.
    inbound_auth_config_type string
    Inbound authentication configuration type of network access (IDCS_AUTH_CONFIG).
    idcsConfigs List<GetHostedApplicationsHostedApplicationCollectionItemInboundAuthConfigIdcsConfig>
    Oracle Identity Cloud Service (IDCS) configuration used when inboundAuthConfigType is set to IDCS_AUTH_CONFIG. This object must be specified when inboundAuthConfigType is IDCS_AUTH_CONFIG.
    inboundAuthConfigType String
    Inbound authentication configuration type of network access (IDCS_AUTH_CONFIG).
    idcsConfigs GetHostedApplicationsHostedApplicationCollectionItemInboundAuthConfigIdcsConfig[]
    Oracle Identity Cloud Service (IDCS) configuration used when inboundAuthConfigType is set to IDCS_AUTH_CONFIG. This object must be specified when inboundAuthConfigType is IDCS_AUTH_CONFIG.
    inboundAuthConfigType string
    Inbound authentication configuration type of network access (IDCS_AUTH_CONFIG).
    idcs_configs Sequence[GetHostedApplicationsHostedApplicationCollectionItemInboundAuthConfigIdcsConfig]
    Oracle Identity Cloud Service (IDCS) configuration used when inboundAuthConfigType is set to IDCS_AUTH_CONFIG. This object must be specified when inboundAuthConfigType is IDCS_AUTH_CONFIG.
    inbound_auth_config_type str
    Inbound authentication configuration type of network access (IDCS_AUTH_CONFIG).
    idcsConfigs List<Property Map>
    Oracle Identity Cloud Service (IDCS) configuration used when inboundAuthConfigType is set to IDCS_AUTH_CONFIG. This object must be specified when inboundAuthConfigType is IDCS_AUTH_CONFIG.
    inboundAuthConfigType String
    Inbound authentication configuration type of network access (IDCS_AUTH_CONFIG).

    GetHostedApplicationsHostedApplicationCollectionItemInboundAuthConfigIdcsConfig

    Audience string
    Audience for IDCS.
    DomainUrl string
    Domain URL for IDCS.
    Scope string
    Scope for IDCS.
    Audience string
    Audience for IDCS.
    DomainUrl string
    Domain URL for IDCS.
    Scope string
    Scope for IDCS.
    audience string
    Audience for IDCS.
    domain_url string
    Domain URL for IDCS.
    scope string
    Scope for IDCS.
    audience String
    Audience for IDCS.
    domainUrl String
    Domain URL for IDCS.
    scope String
    Scope for IDCS.
    audience string
    Audience for IDCS.
    domainUrl string
    Domain URL for IDCS.
    scope string
    Scope for IDCS.
    audience str
    Audience for IDCS.
    domain_url str
    Domain URL for IDCS.
    scope str
    Scope for IDCS.
    audience String
    Audience for IDCS.
    domainUrl String
    Domain URL for IDCS.
    scope String
    Scope for IDCS.

    GetHostedApplicationsHostedApplicationCollectionItemNetworkingConfig

    inbound_networking_configs list(object)
    Inbound Networking configuration.
    outbound_networking_configs list(object)
    Outbound Networking configuration.
    inboundNetworkingConfigs List<Property Map>
    Inbound Networking configuration.
    outboundNetworkingConfigs List<Property Map>
    Outbound Networking configuration.

    GetHostedApplicationsHostedApplicationCollectionItemNetworkingConfigInboundNetworkingConfig

    EndpointMode string
    inbounding from public or private endpoint.
    PrivateEndpointId string
    The [OCID] of Private Endpoint when endpointMode=Private
    EndpointMode string
    inbounding from public or private endpoint.
    PrivateEndpointId string
    The [OCID] of Private Endpoint when endpointMode=Private
    endpoint_mode string
    inbounding from public or private endpoint.
    private_endpoint_id string
    The [OCID] of Private Endpoint when endpointMode=Private
    endpointMode String
    inbounding from public or private endpoint.
    privateEndpointId String
    The [OCID] of Private Endpoint when endpointMode=Private
    endpointMode string
    inbounding from public or private endpoint.
    privateEndpointId string
    The [OCID] of Private Endpoint when endpointMode=Private
    endpoint_mode str
    inbounding from public or private endpoint.
    private_endpoint_id str
    The [OCID] of Private Endpoint when endpointMode=Private
    endpointMode String
    inbounding from public or private endpoint.
    privateEndpointId String
    The [OCID] of Private Endpoint when endpointMode=Private

    GetHostedApplicationsHostedApplicationCollectionItemNetworkingConfigOutboundNetworkingConfig

    CustomSubnetId string
    ocid of customer subnet when networkMode=Custom
    NetworkMode string
    outbounding to managed internet or customer network.
    NsgIds List<string>
    A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.
    CustomSubnetId string
    ocid of customer subnet when networkMode=Custom
    NetworkMode string
    outbounding to managed internet or customer network.
    NsgIds []string
    A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.
    custom_subnet_id string
    ocid of customer subnet when networkMode=Custom
    network_mode string
    outbounding to managed internet or customer network.
    nsg_ids list(string)
    A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.
    customSubnetId String
    ocid of customer subnet when networkMode=Custom
    networkMode String
    outbounding to managed internet or customer network.
    nsgIds List<String>
    A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.
    customSubnetId string
    ocid of customer subnet when networkMode=Custom
    networkMode string
    outbounding to managed internet or customer network.
    nsgIds string[]
    A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.
    custom_subnet_id str
    ocid of customer subnet when networkMode=Custom
    network_mode str
    outbounding to managed internet or customer network.
    nsg_ids Sequence[str]
    A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.
    customSubnetId String
    ocid of customer subnet when networkMode=Custom
    networkMode String
    outbounding to managed internet or customer network.
    nsgIds List<String>
    A list of the OCIDs of the network security groups that the private endpoint's VNIC belongs to.

    GetHostedApplicationsHostedApplicationCollectionItemScalingConfig

    MaxReplica int
    Maximum number of replicas allowed.
    MinReplica int
    Minimum number of replicas to keep running.
    ScalingType string
    scaling type for application.
    TargetConcurrencyThreshold int
    number of simultaneous requests that can be processed by each replica.
    TargetCpuThreshold int
    Scale up if average CPU utilization exceeds this threshold.
    TargetMemoryThreshold int
    Scale up if average memory utilization exceeds this threshold.
    TargetRpsThreshold int
    requests-per-second per replica of an application.
    MaxReplica int
    Maximum number of replicas allowed.
    MinReplica int
    Minimum number of replicas to keep running.
    ScalingType string
    scaling type for application.
    TargetConcurrencyThreshold int
    number of simultaneous requests that can be processed by each replica.
    TargetCpuThreshold int
    Scale up if average CPU utilization exceeds this threshold.
    TargetMemoryThreshold int
    Scale up if average memory utilization exceeds this threshold.
    TargetRpsThreshold int
    requests-per-second per replica of an application.
    max_replica number
    Maximum number of replicas allowed.
    min_replica number
    Minimum number of replicas to keep running.
    scaling_type string
    scaling type for application.
    target_concurrency_threshold number
    number of simultaneous requests that can be processed by each replica.
    target_cpu_threshold number
    Scale up if average CPU utilization exceeds this threshold.
    target_memory_threshold number
    Scale up if average memory utilization exceeds this threshold.
    target_rps_threshold number
    requests-per-second per replica of an application.
    maxReplica Integer
    Maximum number of replicas allowed.
    minReplica Integer
    Minimum number of replicas to keep running.
    scalingType String
    scaling type for application.
    targetConcurrencyThreshold Integer
    number of simultaneous requests that can be processed by each replica.
    targetCpuThreshold Integer
    Scale up if average CPU utilization exceeds this threshold.
    targetMemoryThreshold Integer
    Scale up if average memory utilization exceeds this threshold.
    targetRpsThreshold Integer
    requests-per-second per replica of an application.
    maxReplica number
    Maximum number of replicas allowed.
    minReplica number
    Minimum number of replicas to keep running.
    scalingType string
    scaling type for application.
    targetConcurrencyThreshold number
    number of simultaneous requests that can be processed by each replica.
    targetCpuThreshold number
    Scale up if average CPU utilization exceeds this threshold.
    targetMemoryThreshold number
    Scale up if average memory utilization exceeds this threshold.
    targetRpsThreshold number
    requests-per-second per replica of an application.
    max_replica int
    Maximum number of replicas allowed.
    min_replica int
    Minimum number of replicas to keep running.
    scaling_type str
    scaling type for application.
    target_concurrency_threshold int
    number of simultaneous requests that can be processed by each replica.
    target_cpu_threshold int
    Scale up if average CPU utilization exceeds this threshold.
    target_memory_threshold int
    Scale up if average memory utilization exceeds this threshold.
    target_rps_threshold int
    requests-per-second per replica of an application.
    maxReplica Number
    Maximum number of replicas allowed.
    minReplica Number
    Minimum number of replicas to keep running.
    scalingType String
    scaling type for application.
    targetConcurrencyThreshold Number
    number of simultaneous requests that can be processed by each replica.
    targetCpuThreshold Number
    Scale up if average CPU utilization exceeds this threshold.
    targetMemoryThreshold Number
    Scale up if average memory utilization exceeds this threshold.
    targetRpsThreshold Number
    requests-per-second per replica of an application.

    GetHostedApplicationsHostedApplicationCollectionItemStorageConfig

    EnvironmentVariableKey string
    The key of environment variable to store the database connection.
    StorageId string
    The [OCID] of ApplicationStorage.
    EnvironmentVariableKey string
    The key of environment variable to store the database connection.
    StorageId string
    The [OCID] of ApplicationStorage.
    environment_variable_key string
    The key of environment variable to store the database connection.
    storage_id string
    The [OCID] of ApplicationStorage.
    environmentVariableKey String
    The key of environment variable to store the database connection.
    storageId String
    The [OCID] of ApplicationStorage.
    environmentVariableKey string
    The key of environment variable to store the database connection.
    storageId string
    The [OCID] of ApplicationStorage.
    environment_variable_key str
    The key of environment variable to store the database connection.
    storage_id str
    The [OCID] of ApplicationStorage.
    environmentVariableKey String
    The key of environment variable to store the database connection.
    storageId String
    The [OCID] of ApplicationStorage.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo oci logo
    Viewing docs for Oracle Cloud Infrastructure v5.0.0
    published on Thursday, Sep 17, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial