1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. FleetAppsManagement
  5. getPlatformConfigurations
Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi

oci.FleetAppsManagement.getPlatformConfigurations

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi

    This data source provides the list of Platform Configurations in Oracle Cloud Infrastructure Fleet Apps Management service.

    Returns a list of PlatformConfiguration for Tenancy.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testPlatformConfigurations = oci.FleetAppsManagement.getPlatformConfigurations({
        compartmentId: compartmentId,
        configCategory: platformConfigurationConfigCategory,
        displayName: platformConfigurationDisplayName,
        id: platformConfigurationId,
        state: platformConfigurationState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_platform_configurations = oci.FleetAppsManagement.get_platform_configurations(compartment_id=compartment_id,
        config_category=platform_configuration_config_category,
        display_name=platform_configuration_display_name,
        id=platform_configuration_id,
        state=platform_configuration_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/fleetappsmanagement"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fleetappsmanagement.GetPlatformConfigurations(ctx, &fleetappsmanagement.GetPlatformConfigurationsArgs{
    			CompartmentId:  pulumi.StringRef(compartmentId),
    			ConfigCategory: pulumi.StringRef(platformConfigurationConfigCategory),
    			DisplayName:    pulumi.StringRef(platformConfigurationDisplayName),
    			Id:             pulumi.StringRef(platformConfigurationId),
    			State:          pulumi.StringRef(platformConfigurationState),
    		}, 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 testPlatformConfigurations = Oci.FleetAppsManagement.GetPlatformConfigurations.Invoke(new()
        {
            CompartmentId = compartmentId,
            ConfigCategory = platformConfigurationConfigCategory,
            DisplayName = platformConfigurationDisplayName,
            Id = platformConfigurationId,
            State = platformConfigurationState,
        });
    
    });
    
    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.GetPlatformConfigurationsArgs;
    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 testPlatformConfigurations = FleetAppsManagementFunctions.getPlatformConfigurations(GetPlatformConfigurationsArgs.builder()
                .compartmentId(compartmentId)
                .configCategory(platformConfigurationConfigCategory)
                .displayName(platformConfigurationDisplayName)
                .id(platformConfigurationId)
                .state(platformConfigurationState)
                .build());
    
        }
    }
    
    variables:
      testPlatformConfigurations:
        fn::invoke:
          function: oci:FleetAppsManagement:getPlatformConfigurations
          arguments:
            compartmentId: ${compartmentId}
            configCategory: ${platformConfigurationConfigCategory}
            displayName: ${platformConfigurationDisplayName}
            id: ${platformConfigurationId}
            state: ${platformConfigurationState}
    

    Using getPlatformConfigurations

    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 getPlatformConfigurations(args: GetPlatformConfigurationsArgs, opts?: InvokeOptions): Promise<GetPlatformConfigurationsResult>
    function getPlatformConfigurationsOutput(args: GetPlatformConfigurationsOutputArgs, opts?: InvokeOptions): Output<GetPlatformConfigurationsResult>
    def get_platform_configurations(compartment_id: Optional[str] = None,
                                    config_category: Optional[str] = None,
                                    display_name: Optional[str] = None,
                                    filters: Optional[Sequence[_fleetappsmanagement.GetPlatformConfigurationsFilter]] = None,
                                    id: Optional[str] = None,
                                    state: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetPlatformConfigurationsResult
    def get_platform_configurations_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                    config_category: Optional[pulumi.Input[str]] = None,
                                    display_name: Optional[pulumi.Input[str]] = None,
                                    filters: Optional[pulumi.Input[Sequence[pulumi.Input[_fleetappsmanagement.GetPlatformConfigurationsFilterArgs]]]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    state: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetPlatformConfigurationsResult]
    func GetPlatformConfigurations(ctx *Context, args *GetPlatformConfigurationsArgs, opts ...InvokeOption) (*GetPlatformConfigurationsResult, error)
    func GetPlatformConfigurationsOutput(ctx *Context, args *GetPlatformConfigurationsOutputArgs, opts ...InvokeOption) GetPlatformConfigurationsResultOutput

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

    public static class GetPlatformConfigurations 
    {
        public static Task<GetPlatformConfigurationsResult> InvokeAsync(GetPlatformConfigurationsArgs args, InvokeOptions? opts = null)
        public static Output<GetPlatformConfigurationsResult> Invoke(GetPlatformConfigurationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPlatformConfigurationsResult> getPlatformConfigurations(GetPlatformConfigurationsArgs args, InvokeOptions options)
    public static Output<GetPlatformConfigurationsResult> getPlatformConfigurations(GetPlatformConfigurationsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:FleetAppsManagement/getPlatformConfigurations:getPlatformConfigurations
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    ConfigCategory string
    Config Category
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters List<GetPlatformConfigurationsFilter>
    Id string
    unique PlatformConfiguration identifier
    State string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    CompartmentId string
    The ID of the compartment in which to list resources.
    ConfigCategory string
    Config Category
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters []GetPlatformConfigurationsFilter
    Id string
    unique PlatformConfiguration identifier
    State string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    compartmentId String
    The ID of the compartment in which to list resources.
    configCategory String
    Config Category
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<GetPlatformConfigurationsFilter>
    id String
    unique PlatformConfiguration identifier
    state String
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    compartmentId string
    The ID of the compartment in which to list resources.
    configCategory string
    Config Category
    displayName string
    A filter to return only resources that match the entire display name given.
    filters GetPlatformConfigurationsFilter[]
    id string
    unique PlatformConfiguration identifier
    state string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    compartment_id str
    The ID of the compartment in which to list resources.
    config_category str
    Config Category
    display_name str
    A filter to return only resources that match the entire display name given.
    filters Sequence[fleetappsmanagement.GetPlatformConfigurationsFilter]
    id str
    unique PlatformConfiguration identifier
    state str
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    compartmentId String
    The ID of the compartment in which to list resources.
    configCategory String
    Config Category
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<Property Map>
    id String
    unique PlatformConfiguration identifier
    state String
    A filter to return only resources their lifecycleState matches the given lifecycleState.

    getPlatformConfigurations Result

    The following output properties are available:

    PlatformConfigurationCollections List<GetPlatformConfigurationsPlatformConfigurationCollection>
    The list of platform_configuration_collection.
    CompartmentId string
    Tenancy OCID
    ConfigCategory string
    Category of configuration
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Filters List<GetPlatformConfigurationsFilter>
    Id string
    The OCID of the resource.
    State string
    The current state of the PlatformConfiguration.
    PlatformConfigurationCollections []GetPlatformConfigurationsPlatformConfigurationCollection
    The list of platform_configuration_collection.
    CompartmentId string
    Tenancy OCID
    ConfigCategory string
    Category of configuration
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    Filters []GetPlatformConfigurationsFilter
    Id string
    The OCID of the resource.
    State string
    The current state of the PlatformConfiguration.
    platformConfigurationCollections List<GetPlatformConfigurationsPlatformConfigurationCollection>
    The list of platform_configuration_collection.
    compartmentId String
    Tenancy OCID
    configCategory String
    Category of configuration
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    filters List<GetPlatformConfigurationsFilter>
    id String
    The OCID of the resource.
    state String
    The current state of the PlatformConfiguration.
    platformConfigurationCollections GetPlatformConfigurationsPlatformConfigurationCollection[]
    The list of platform_configuration_collection.
    compartmentId string
    Tenancy OCID
    configCategory string
    Category of configuration
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    filters GetPlatformConfigurationsFilter[]
    id string
    The OCID of the resource.
    state string
    The current state of the PlatformConfiguration.
    platform_configuration_collections Sequence[fleetappsmanagement.GetPlatformConfigurationsPlatformConfigurationCollection]
    The list of platform_configuration_collection.
    compartment_id str
    Tenancy OCID
    config_category str
    Category of configuration
    display_name str
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    filters Sequence[fleetappsmanagement.GetPlatformConfigurationsFilter]
    id str
    The OCID of the resource.
    state str
    The current state of the PlatformConfiguration.
    platformConfigurationCollections List<Property Map>
    The list of platform_configuration_collection.
    compartmentId String
    Tenancy OCID
    configCategory String
    Category of configuration
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
    filters List<Property Map>
    id String
    The OCID of the resource.
    state String
    The current state of the PlatformConfiguration.

    Supporting Types

    GetPlatformConfigurationsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetPlatformConfigurationsPlatformConfigurationCollection

    GetPlatformConfigurationsPlatformConfigurationCollectionItem

    CompartmentId string
    The ID of the compartment in which to list resources.
    ConfigCategoryDetails List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetail>
    Config Category Details.
    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
    A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    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
    unique PlatformConfiguration identifier
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    ResourceRegion string
    Associated region
    State string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    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 time this resource was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    Type string
    The type of the configuration.
    CompartmentId string
    The ID of the compartment in which to list resources.
    ConfigCategoryDetails []GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetail
    Config Category Details.
    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
    A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    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
    unique PlatformConfiguration identifier
    LifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    ResourceRegion string
    Associated region
    State string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    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 time this resource was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    Type string
    The type of the configuration.
    compartmentId String
    The ID of the compartment in which to list resources.
    configCategoryDetails List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetail>
    Config Category Details.
    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
    A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    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
    unique PlatformConfiguration identifier
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    resourceRegion String
    Associated region
    state String
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    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 time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type String
    The type of the configuration.
    compartmentId string
    The ID of the compartment in which to list resources.
    configCategoryDetails GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetail[]
    Config Category Details.
    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
    A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    displayName string
    A filter to return only resources that match the entire display name given.
    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
    unique PlatformConfiguration identifier
    lifecycleDetails string
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    resourceRegion string
    Associated region
    state string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    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 time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated string
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type string
    The type of the configuration.
    compartment_id str
    The ID of the compartment in which to list resources.
    config_category_details Sequence[fleetappsmanagement.GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetail]
    Config Category Details.
    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
    A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    display_name str
    A filter to return only resources that match the entire display name given.
    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
    unique PlatformConfiguration identifier
    lifecycle_details str
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    resource_region str
    Associated region
    state str
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    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 time this resource was created. An RFC3339 formatted datetime string.
    time_updated str
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type str
    The type of the configuration.
    compartmentId String
    The ID of the compartment in which to list resources.
    configCategoryDetails List<Property Map>
    Config Category Details.
    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
    A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
    displayName String
    A filter to return only resources that match the entire display name given.
    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
    unique PlatformConfiguration identifier
    lifecycleDetails String
    A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    resourceRegion String
    Associated region
    state String
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    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 time this resource was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time this resource was last updated. An RFC3339 formatted datetime string.
    type String
    The type of the configuration.

    GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetail

    CompatibleProducts List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailCompatibleProduct>
    Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one
    Components List<string>
    Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    ConfigCategory string
    Config Category
    Credentials List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailCredential>
    OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    PatchTypes List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailPatchType>
    Patch Types associated with this Product Stack which will be considered as Product.
    Products List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailProduct>
    Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
    SubCategoryDetails List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetail>
    ProductStack Config Category Details.
    Versions List<string>
    Versions associated with the PRODUCT .
    CompatibleProducts []GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailCompatibleProduct
    Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one
    Components []string
    Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    ConfigCategory string
    Config Category
    Credentials []GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailCredential
    OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    PatchTypes []GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailPatchType
    Patch Types associated with this Product Stack which will be considered as Product.
    Products []GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailProduct
    Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
    SubCategoryDetails []GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetail
    ProductStack Config Category Details.
    Versions []string
    Versions associated with the PRODUCT .
    compatibleProducts List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailCompatibleProduct>
    Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one
    components List<String>
    Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    configCategory String
    Config Category
    credentials List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailCredential>
    OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patchTypes List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailPatchType>
    Patch Types associated with this Product Stack which will be considered as Product.
    products List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailProduct>
    Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
    subCategoryDetails List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetail>
    ProductStack Config Category Details.
    versions List<String>
    Versions associated with the PRODUCT .
    compatibleProducts GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailCompatibleProduct[]
    Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one
    components string[]
    Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    configCategory string
    Config Category
    credentials GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailCredential[]
    OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patchTypes GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailPatchType[]
    Patch Types associated with this Product Stack which will be considered as Product.
    products GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailProduct[]
    Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
    subCategoryDetails GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetail[]
    ProductStack Config Category Details.
    versions string[]
    Versions associated with the PRODUCT .
    compatible_products Sequence[fleetappsmanagement.GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailCompatibleProduct]
    Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one
    components Sequence[str]
    Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    config_category str
    Config Category
    credentials Sequence[fleetappsmanagement.GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailCredential]
    OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patch_types Sequence[fleetappsmanagement.GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailPatchType]
    Patch Types associated with this Product Stack which will be considered as Product.
    products Sequence[fleetappsmanagement.GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailProduct]
    Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
    sub_category_details Sequence[fleetappsmanagement.GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetail]
    ProductStack Config Category Details.
    versions Sequence[str]
    Versions associated with the PRODUCT .
    compatibleProducts List<Property Map>
    Products compatible with this Product. Provide products from the list of other products you have created that are compatible with the present one
    components List<String>
    Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    configCategory String
    Config Category
    credentials List<Property Map>
    OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patchTypes List<Property Map>
    Patch Types associated with this Product Stack which will be considered as Product.
    products List<Property Map>
    Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
    subCategoryDetails List<Property Map>
    ProductStack Config Category Details.
    versions List<String>
    Versions associated with the PRODUCT .

    GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailCompatibleProduct

    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    unique PlatformConfiguration identifier
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    unique PlatformConfiguration identifier
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    unique PlatformConfiguration identifier
    displayName string
    A filter to return only resources that match the entire display name given.
    id string
    unique PlatformConfiguration identifier
    display_name str
    A filter to return only resources that match the entire display name given.
    id str
    unique PlatformConfiguration identifier
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    unique PlatformConfiguration identifier

    GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailCredential

    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    unique PlatformConfiguration identifier
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    unique PlatformConfiguration identifier
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    unique PlatformConfiguration identifier
    displayName string
    A filter to return only resources that match the entire display name given.
    id string
    unique PlatformConfiguration identifier
    display_name str
    A filter to return only resources that match the entire display name given.
    id str
    unique PlatformConfiguration identifier
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    unique PlatformConfiguration identifier

    GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailPatchType

    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    unique PlatformConfiguration identifier
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    unique PlatformConfiguration identifier
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    unique PlatformConfiguration identifier
    displayName string
    A filter to return only resources that match the entire display name given.
    id string
    unique PlatformConfiguration identifier
    display_name str
    A filter to return only resources that match the entire display name given.
    id str
    unique PlatformConfiguration identifier
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    unique PlatformConfiguration identifier

    GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailProduct

    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    unique PlatformConfiguration identifier
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    unique PlatformConfiguration identifier
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    unique PlatformConfiguration identifier
    displayName string
    A filter to return only resources that match the entire display name given.
    id string
    unique PlatformConfiguration identifier
    display_name str
    A filter to return only resources that match the entire display name given.
    id str
    unique PlatformConfiguration identifier
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    unique PlatformConfiguration identifier

    GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetail

    Components List<string>
    Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    Credentials List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetailCredential>
    OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    PatchTypes List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetailPatchType>
    Patch Types associated with this Product Stack which will be considered as Product.
    SubCategory string
    SubCategory of Product Stack.
    Versions List<string>
    Versions associated with the PRODUCT .
    Components []string
    Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    Credentials []GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetailCredential
    OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    PatchTypes []GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetailPatchType
    Patch Types associated with this Product Stack which will be considered as Product.
    SubCategory string
    SubCategory of Product Stack.
    Versions []string
    Versions associated with the PRODUCT .
    components List<String>
    Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    credentials List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetailCredential>
    OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patchTypes List<GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetailPatchType>
    Patch Types associated with this Product Stack which will be considered as Product.
    subCategory String
    SubCategory of Product Stack.
    versions List<String>
    Versions associated with the PRODUCT .
    components string[]
    Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    credentials GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetailCredential[]
    OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patchTypes GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetailPatchType[]
    Patch Types associated with this Product Stack which will be considered as Product.
    subCategory string
    SubCategory of Product Stack.
    versions string[]
    Versions associated with the PRODUCT .
    components Sequence[str]
    Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    credentials Sequence[fleetappsmanagement.GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetailCredential]
    OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patch_types Sequence[fleetappsmanagement.GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetailPatchType]
    Patch Types associated with this Product Stack which will be considered as Product.
    sub_category str
    SubCategory of Product Stack.
    versions Sequence[str]
    Versions associated with the PRODUCT .
    components List<String>
    Various components of the Product. For example:The administration server or node manager can be the components of the Oracle WebLogic Application server. Forms server or concurrent manager can be the components of the Oracle E-Business Suite.
    credentials List<Property Map>
    OCID for the Credential name to be associated with the Product Stack. These are useful for target discovery or lifecycle management activities, for example, Oracle WebLogic admin credentials for Oracle WebLogic Application server.
    patchTypes List<Property Map>
    Patch Types associated with this Product Stack which will be considered as Product.
    subCategory String
    SubCategory of Product Stack.
    versions List<String>
    Versions associated with the PRODUCT .

    GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetailCredential

    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    unique PlatformConfiguration identifier
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    unique PlatformConfiguration identifier
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    unique PlatformConfiguration identifier
    displayName string
    A filter to return only resources that match the entire display name given.
    id string
    unique PlatformConfiguration identifier
    display_name str
    A filter to return only resources that match the entire display name given.
    id str
    unique PlatformConfiguration identifier
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    unique PlatformConfiguration identifier

    GetPlatformConfigurationsPlatformConfigurationCollectionItemConfigCategoryDetailSubCategoryDetailPatchType

    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    unique PlatformConfiguration identifier
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Id string
    unique PlatformConfiguration identifier
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    unique PlatformConfiguration identifier
    displayName string
    A filter to return only resources that match the entire display name given.
    id string
    unique PlatformConfiguration identifier
    display_name str
    A filter to return only resources that match the entire display name given.
    id str
    unique PlatformConfiguration identifier
    displayName String
    A filter to return only resources that match the entire display name given.
    id String
    unique PlatformConfiguration identifier

    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 v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi