Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.FleetAppsManagement.getPlatformConfiguration
Explore with Pulumi AI
This data source provides details about a specific Platform Configuration resource in Oracle Cloud Infrastructure Fleet Apps Management service.
Gets a PlatformConfiguration by identifier
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testPlatformConfiguration = oci.FleetAppsManagement.getPlatformConfiguration({
platformConfigurationId: testPlatformConfigurationOciFleetAppsManagementPlatformConfiguration.id,
});
import pulumi
import pulumi_oci as oci
test_platform_configuration = oci.FleetAppsManagement.get_platform_configuration(platform_configuration_id=test_platform_configuration_oci_fleet_apps_management_platform_configuration["id"])
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.GetPlatformConfiguration(ctx, &fleetappsmanagement.GetPlatformConfigurationArgs{
PlatformConfigurationId: testPlatformConfigurationOciFleetAppsManagementPlatformConfiguration.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testPlatformConfiguration = Oci.FleetAppsManagement.GetPlatformConfiguration.Invoke(new()
{
PlatformConfigurationId = testPlatformConfigurationOciFleetAppsManagementPlatformConfiguration.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.FleetAppsManagement.FleetAppsManagementFunctions;
import com.pulumi.oci.FleetAppsManagement.inputs.GetPlatformConfigurationArgs;
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 testPlatformConfiguration = FleetAppsManagementFunctions.getPlatformConfiguration(GetPlatformConfigurationArgs.builder()
.platformConfigurationId(testPlatformConfigurationOciFleetAppsManagementPlatformConfiguration.id())
.build());
}
}
variables:
testPlatformConfiguration:
fn::invoke:
function: oci:FleetAppsManagement:getPlatformConfiguration
arguments:
platformConfigurationId: ${testPlatformConfigurationOciFleetAppsManagementPlatformConfiguration.id}
Using getPlatformConfiguration
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 getPlatformConfiguration(args: GetPlatformConfigurationArgs, opts?: InvokeOptions): Promise<GetPlatformConfigurationResult>
function getPlatformConfigurationOutput(args: GetPlatformConfigurationOutputArgs, opts?: InvokeOptions): Output<GetPlatformConfigurationResult>
def get_platform_configuration(platform_configuration_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPlatformConfigurationResult
def get_platform_configuration_output(platform_configuration_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPlatformConfigurationResult]
func GetPlatformConfiguration(ctx *Context, args *GetPlatformConfigurationArgs, opts ...InvokeOption) (*GetPlatformConfigurationResult, error)
func GetPlatformConfigurationOutput(ctx *Context, args *GetPlatformConfigurationOutputArgs, opts ...InvokeOption) GetPlatformConfigurationResultOutput
> Note: This function is named GetPlatformConfiguration
in the Go SDK.
public static class GetPlatformConfiguration
{
public static Task<GetPlatformConfigurationResult> InvokeAsync(GetPlatformConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetPlatformConfigurationResult> Invoke(GetPlatformConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPlatformConfigurationResult> getPlatformConfiguration(GetPlatformConfigurationArgs args, InvokeOptions options)
public static Output<GetPlatformConfigurationResult> getPlatformConfiguration(GetPlatformConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: oci:FleetAppsManagement/getPlatformConfiguration:getPlatformConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Platform
Configuration stringId - unique PlatformConfiguration identifier
- Platform
Configuration stringId - unique PlatformConfiguration identifier
- platform
Configuration StringId - unique PlatformConfiguration identifier
- platform
Configuration stringId - unique PlatformConfiguration identifier
- platform_
configuration_ strid - unique PlatformConfiguration identifier
- platform
Configuration StringId - unique PlatformConfiguration identifier
getPlatformConfiguration Result
The following output properties are available:
- Compartment
Id string - Tenancy OCID
- Config
Category List<GetDetails Platform Configuration Config Category Detail> - Config Category Details.
- 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.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the resource.
- Lifecycle
Details 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.
- Platform
Configuration stringId - Resource
Region string - Associated region
- State string
- The current state of the PlatformConfiguration.
- Dictionary<string, 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 time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Type string
- The type of the configuration.
- Compartment
Id string - Tenancy OCID
- Config
Category []GetDetails Platform Configuration Config Category Detail - Config Category Details.
- 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.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the resource.
- Lifecycle
Details 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.
- Platform
Configuration stringId - Resource
Region string - Associated region
- State string
- The current state of the PlatformConfiguration.
- map[string]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 time this resource was created. An RFC3339 formatted datetime string.
- Time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- Type string
- The type of the configuration.
- compartment
Id String - Tenancy OCID
- config
Category List<GetDetails Platform Configuration Config Category Detail> - Config Category Details.
- 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the resource.
- lifecycle
Details 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.
- platform
Configuration StringId - resource
Region String - Associated region
- state String
- The current state of the PlatformConfiguration.
- Map<String,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 time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
- type String
- The type of the configuration.
- compartment
Id string - Tenancy OCID
- config
Category GetDetails Platform Configuration Config Category Detail[] - Config Category Details.
- {[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.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- The OCID of the resource.
- lifecycle
Details 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.
- platform
Configuration stringId - resource
Region string - Associated region
- state string
- The current state of the PlatformConfiguration.
- {[key: string]: 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 time this resource was created. An RFC3339 formatted datetime string.
- time
Updated string - The time this resource was last updated. An RFC3339 formatted datetime string.
- type string
- The type of the configuration.
- compartment_
id str - Tenancy OCID
- config_
category_ Sequence[fleetappsmanagement.details Get Platform Configuration Config Category Detail] - Config Category Details.
- 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 user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- The OCID of the resource.
- 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.
- platform_
configuration_ strid - resource_
region str - Associated region
- state str
- The current state of the PlatformConfiguration.
- 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.
- compartment
Id String - Tenancy OCID
- config
Category List<Property Map>Details - Config Category Details.
- 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.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the resource.
- lifecycle
Details 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.
- platform
Configuration StringId - resource
Region String - Associated region
- state String
- The current state of the PlatformConfiguration.
- 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 time this resource was created. An RFC3339 formatted datetime string.
- time
Updated String - The time this resource was last updated. An RFC3339 formatted datetime string.
- type String
- The type of the configuration.
Supporting Types
GetPlatformConfigurationConfigCategoryDetail
- Compatible
Products List<GetPlatform Configuration Config Category Detail Compatible Product> - 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.
- Config
Category string - Category of configuration
- Credentials
List<Get
Platform Configuration Config Category Detail Credential> - 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 List<GetPlatform Configuration Config Category Detail Patch Type> - Patch Types associated with this Product Stack which will be considered as Product.
- Products
List<Get
Platform Configuration Config Category Detail Product> - Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
- Sub
Category List<GetDetails Platform Configuration Config Category Detail Sub Category Detail> - ProductStack Config Category Details.
- Versions List<string>
- Versions associated with the PRODUCT .
- Compatible
Products []GetPlatform Configuration Config Category Detail Compatible Product - 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.
- Config
Category string - Category of configuration
- Credentials
[]Get
Platform Configuration Config Category Detail Credential - 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 []GetPlatform Configuration Config Category Detail Patch Type - Patch Types associated with this Product Stack which will be considered as Product.
- Products
[]Get
Platform Configuration Config Category Detail Product - Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
- Sub
Category []GetDetails Platform Configuration Config Category Detail Sub Category Detail - ProductStack Config Category Details.
- Versions []string
- Versions associated with the PRODUCT .
- compatible
Products List<GetPlatform Configuration Config Category Detail Compatible Product> - 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.
- config
Category String - Category of configuration
- credentials
List<Get
Platform Configuration Config Category Detail Credential> - 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 List<GetPlatform Configuration Config Category Detail Patch Type> - Patch Types associated with this Product Stack which will be considered as Product.
- products
List<Get
Platform Configuration Config Category Detail Product> - Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
- sub
Category List<GetDetails Platform Configuration Config Category Detail Sub Category Detail> - ProductStack Config Category Details.
- versions List<String>
- Versions associated with the PRODUCT .
- compatible
Products GetPlatform Configuration Config Category Detail Compatible Product[] - 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.
- config
Category string - Category of configuration
- credentials
Get
Platform Configuration Config Category Detail Credential[] - 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 GetPlatform Configuration Config Category Detail Patch Type[] - Patch Types associated with this Product Stack which will be considered as Product.
- products
Get
Platform Configuration Config Category Detail Product[] - Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
- sub
Category GetDetails Platform Configuration Config Category Detail Sub Category Detail[] - ProductStack Config Category Details.
- versions string[]
- Versions associated with the PRODUCT .
- compatible_
products Sequence[fleetappsmanagement.Get Platform Configuration Config Category Detail Compatible Product] - 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 - Category of configuration
- credentials
Sequence[fleetappsmanagement.
Get Platform Configuration Config Category Detail Credential] - 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.Get Platform Configuration Config Category Detail Patch Type] - Patch Types associated with this Product Stack which will be considered as Product.
- products
Sequence[fleetappsmanagement.
Get Platform Configuration Config Category Detail Product] - Products that belong to the stack. For example, Oracle WebLogic and Java for the Oracle Fusion Middleware product stack.
- sub_
category_ Sequence[fleetappsmanagement.details Get Platform Configuration Config Category Detail Sub Category Detail] - ProductStack Config Category Details.
- versions Sequence[str]
- Versions associated with the PRODUCT .
- compatible
Products 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.
- config
Category String - Category of configuration
- 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.
- patch
Types 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.
- sub
Category List<Property Map>Details - ProductStack Config Category Details.
- versions List<String>
- Versions associated with the PRODUCT .
GetPlatformConfigurationConfigCategoryDetailCompatibleProduct
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Id string
- The OCID of the resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Id string
- The OCID of the resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id String
- The OCID of the resource.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id string
- The OCID of the resource.
- 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
- id str
- The OCID of the resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id String
- The OCID of the resource.
GetPlatformConfigurationConfigCategoryDetailCredential
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Id string
- The OCID of the resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Id string
- The OCID of the resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id String
- The OCID of the resource.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id string
- The OCID of the resource.
- 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
- id str
- The OCID of the resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id String
- The OCID of the resource.
GetPlatformConfigurationConfigCategoryDetailPatchType
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Id string
- The OCID of the resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Id string
- The OCID of the resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id String
- The OCID of the resource.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id string
- The OCID of the resource.
- 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
- id str
- The OCID of the resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id String
- The OCID of the resource.
GetPlatformConfigurationConfigCategoryDetailProduct
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Id string
- The OCID of the resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Id string
- The OCID of the resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id String
- The OCID of the resource.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id string
- The OCID of the resource.
- 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
- id str
- The OCID of the resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id String
- The OCID of the resource.
GetPlatformConfigurationConfigCategoryDetailSubCategoryDetail
- 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<Get
Platform Configuration Config Category Detail Sub Category Detail Credential> - 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 List<GetPlatform Configuration Config Category Detail Sub Category Detail Patch Type> - Patch Types associated with this Product Stack which will be considered as Product.
- Sub
Category 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
[]Get
Platform Configuration Config Category Detail Sub Category Detail Credential - 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 []GetPlatform Configuration Config Category Detail Sub Category Detail Patch Type - Patch Types associated with this Product Stack which will be considered as Product.
- Sub
Category 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<Get
Platform Configuration Config Category Detail Sub Category Detail Credential> - 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 List<GetPlatform Configuration Config Category Detail Sub Category Detail Patch Type> - Patch Types associated with this Product Stack which will be considered as Product.
- sub
Category 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
Get
Platform Configuration Config Category Detail Sub Category Detail Credential[] - 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 GetPlatform Configuration Config Category Detail Sub Category Detail Patch Type[] - Patch Types associated with this Product Stack which will be considered as Product.
- sub
Category 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.
Get Platform Configuration Config Category Detail Sub Category Detail Credential] - 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.Get Platform Configuration Config Category Detail Sub Category Detail Patch Type] - 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.
- patch
Types List<Property Map> - Patch Types associated with this Product Stack which will be considered as Product.
- sub
Category String - SubCategory of Product Stack.
- versions List<String>
- Versions associated with the PRODUCT .
GetPlatformConfigurationConfigCategoryDetailSubCategoryDetailCredential
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Id string
- The OCID of the resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Id string
- The OCID of the resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id String
- The OCID of the resource.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id string
- The OCID of the resource.
- 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
- id str
- The OCID of the resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id String
- The OCID of the resource.
GetPlatformConfigurationConfigCategoryDetailSubCategoryDetailPatchType
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Id string
- The OCID of the resource.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- Id string
- The OCID of the resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id String
- The OCID of the resource.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id string
- The OCID of the resource.
- 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
- id str
- The OCID of the resource.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example:
My new resource
- id String
- The OCID of the resource.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.