oci.Opsi.getOpsiConfiguration
Explore with Pulumi AI
This data source provides details about a specific Opsi Configuration resource in Oracle Cloud Infrastructure Opsi service.
Gets details of an OPSI configuration resource. Values specified in configItemField and configItemCustomStatus query params will be considered, only if configItems field is requested as part of opsiConfigField query param. Values specified in configItemCustomStatus will determine whether only customized configuration items or only non-customized configuration items or both have to be returned.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOpsiConfiguration = oci.Opsi.getOpsiConfiguration({
opsiConfigurationId: testOpsiConfigurationOciOpsiOpsiConfiguration.id,
configItemCustomStatuses: opsiConfigurationConfigItemCustomStatus,
configItemFields: opsiConfigurationConfigItemField,
configItemsApplicableContexts: opsiConfigurationConfigItemsApplicableContext,
opsiConfigFields: opsiConfigurationOpsiConfigField,
});
import pulumi
import pulumi_oci as oci
test_opsi_configuration = oci.Opsi.get_opsi_configuration(opsi_configuration_id=test_opsi_configuration_oci_opsi_opsi_configuration["id"],
config_item_custom_statuses=opsi_configuration_config_item_custom_status,
config_item_fields=opsi_configuration_config_item_field,
config_items_applicable_contexts=opsi_configuration_config_items_applicable_context,
opsi_config_fields=opsi_configuration_opsi_config_field)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Opsi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Opsi.GetOpsiConfiguration(ctx, &opsi.GetOpsiConfigurationArgs{
OpsiConfigurationId: testOpsiConfigurationOciOpsiOpsiConfiguration.Id,
ConfigItemCustomStatuses: opsiConfigurationConfigItemCustomStatus,
ConfigItemFields: opsiConfigurationConfigItemField,
ConfigItemsApplicableContexts: opsiConfigurationConfigItemsApplicableContext,
OpsiConfigFields: opsiConfigurationOpsiConfigField,
}, 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 testOpsiConfiguration = Oci.Opsi.GetOpsiConfiguration.Invoke(new()
{
OpsiConfigurationId = testOpsiConfigurationOciOpsiOpsiConfiguration.Id,
ConfigItemCustomStatuses = opsiConfigurationConfigItemCustomStatus,
ConfigItemFields = opsiConfigurationConfigItemField,
ConfigItemsApplicableContexts = opsiConfigurationConfigItemsApplicableContext,
OpsiConfigFields = opsiConfigurationOpsiConfigField,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Opsi.OpsiFunctions;
import com.pulumi.oci.Opsi.inputs.GetOpsiConfigurationArgs;
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 testOpsiConfiguration = OpsiFunctions.getOpsiConfiguration(GetOpsiConfigurationArgs.builder()
.opsiConfigurationId(testOpsiConfigurationOciOpsiOpsiConfiguration.id())
.configItemCustomStatuses(opsiConfigurationConfigItemCustomStatus)
.configItemFields(opsiConfigurationConfigItemField)
.configItemsApplicableContexts(opsiConfigurationConfigItemsApplicableContext)
.opsiConfigFields(opsiConfigurationOpsiConfigField)
.build());
}
}
variables:
testOpsiConfiguration:
fn::invoke:
Function: oci:Opsi:getOpsiConfiguration
Arguments:
opsiConfigurationId: ${testOpsiConfigurationOciOpsiOpsiConfiguration.id}
configItemCustomStatuses: ${opsiConfigurationConfigItemCustomStatus}
configItemFields: ${opsiConfigurationConfigItemField}
configItemsApplicableContexts: ${opsiConfigurationConfigItemsApplicableContext}
opsiConfigFields: ${opsiConfigurationOpsiConfigField}
Using getOpsiConfiguration
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 getOpsiConfiguration(args: GetOpsiConfigurationArgs, opts?: InvokeOptions): Promise<GetOpsiConfigurationResult>
function getOpsiConfigurationOutput(args: GetOpsiConfigurationOutputArgs, opts?: InvokeOptions): Output<GetOpsiConfigurationResult>
def get_opsi_configuration(config_item_custom_statuses: Optional[Sequence[str]] = None,
config_item_fields: Optional[Sequence[str]] = None,
config_items_applicable_contexts: Optional[Sequence[str]] = None,
opsi_config_fields: Optional[Sequence[str]] = None,
opsi_configuration_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOpsiConfigurationResult
def get_opsi_configuration_output(config_item_custom_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
config_item_fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
config_items_applicable_contexts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opsi_config_fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opsi_configuration_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOpsiConfigurationResult]
func GetOpsiConfiguration(ctx *Context, args *GetOpsiConfigurationArgs, opts ...InvokeOption) (*GetOpsiConfigurationResult, error)
func GetOpsiConfigurationOutput(ctx *Context, args *GetOpsiConfigurationOutputArgs, opts ...InvokeOption) GetOpsiConfigurationResultOutput
> Note: This function is named GetOpsiConfiguration
in the Go SDK.
public static class GetOpsiConfiguration
{
public static Task<GetOpsiConfigurationResult> InvokeAsync(GetOpsiConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetOpsiConfigurationResult> Invoke(GetOpsiConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOpsiConfigurationResult> getOpsiConfiguration(GetOpsiConfigurationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Opsi/getOpsiConfiguration:getOpsiConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Item List<string>Custom Statuses - Specifies whether only customized configuration items or only non-customized configuration items or both have to be returned. By default only customized configuration items are returned.
- Config
Item List<string>Fields - Specifies the fields to return in a config item summary.
- Config
Items List<string>Applicable Contexts - Returns the configuration items filtered by applicable contexts sent in this param. By default configuration items of all applicable contexts are returned.
- Opsi
Config List<string>Fields - Optional fields to return as part of OpsiConfiguration object. Unless requested, these fields will not be returned by default.
- Opsi
Configuration stringId - OCID of OPSI configuration resource.
- Config
Item []stringCustom Statuses - Specifies whether only customized configuration items or only non-customized configuration items or both have to be returned. By default only customized configuration items are returned.
- Config
Item []stringFields - Specifies the fields to return in a config item summary.
- Config
Items []stringApplicable Contexts - Returns the configuration items filtered by applicable contexts sent in this param. By default configuration items of all applicable contexts are returned.
- Opsi
Config []stringFields - Optional fields to return as part of OpsiConfiguration object. Unless requested, these fields will not be returned by default.
- Opsi
Configuration stringId - OCID of OPSI configuration resource.
- config
Item List<String>Custom Statuses - Specifies whether only customized configuration items or only non-customized configuration items or both have to be returned. By default only customized configuration items are returned.
- config
Item List<String>Fields - Specifies the fields to return in a config item summary.
- config
Items List<String>Applicable Contexts - Returns the configuration items filtered by applicable contexts sent in this param. By default configuration items of all applicable contexts are returned.
- opsi
Config List<String>Fields - Optional fields to return as part of OpsiConfiguration object. Unless requested, these fields will not be returned by default.
- opsi
Configuration StringId - OCID of OPSI configuration resource.
- config
Item string[]Custom Statuses - Specifies whether only customized configuration items or only non-customized configuration items or both have to be returned. By default only customized configuration items are returned.
- config
Item string[]Fields - Specifies the fields to return in a config item summary.
- config
Items string[]Applicable Contexts - Returns the configuration items filtered by applicable contexts sent in this param. By default configuration items of all applicable contexts are returned.
- opsi
Config string[]Fields - Optional fields to return as part of OpsiConfiguration object. Unless requested, these fields will not be returned by default.
- opsi
Configuration stringId - OCID of OPSI configuration resource.
- config_
item_ Sequence[str]custom_ statuses - Specifies whether only customized configuration items or only non-customized configuration items or both have to be returned. By default only customized configuration items are returned.
- config_
item_ Sequence[str]fields - Specifies the fields to return in a config item summary.
- config_
items_ Sequence[str]applicable_ contexts - Returns the configuration items filtered by applicable contexts sent in this param. By default configuration items of all applicable contexts are returned.
- opsi_
config_ Sequence[str]fields - Optional fields to return as part of OpsiConfiguration object. Unless requested, these fields will not be returned by default.
- opsi_
configuration_ strid - OCID of OPSI configuration resource.
- config
Item List<String>Custom Statuses - Specifies whether only customized configuration items or only non-customized configuration items or both have to be returned. By default only customized configuration items are returned.
- config
Item List<String>Fields - Specifies the fields to return in a config item summary.
- config
Items List<String>Applicable Contexts - Returns the configuration items filtered by applicable contexts sent in this param. By default configuration items of all applicable contexts are returned.
- opsi
Config List<String>Fields - Optional fields to return as part of OpsiConfiguration object. Unless requested, these fields will not be returned by default.
- opsi
Configuration StringId - OCID of OPSI configuration resource.
getOpsiConfiguration Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Config
Item List<string>Custom Statuses - Config
Item List<string>Fields - Config
Items List<GetOpsi Configuration Config Item> - Array of configuration item summary objects.
- Config
Items List<string>Applicable Contexts - Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Description of OPSI configuration.
- Display
Name string - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- Dictionary<string, object>
- 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
- OCID of OPSI configuration 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.
- Opsi
Config List<string>Fields - Opsi
Config stringType - OPSI configuration type.
- Opsi
Configuration stringId - State string
- OPSI configuration resource lifecycle state.
- Dictionary<string, object>
- 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 at which the resource was first created. An RFC3339 formatted datetime string
- Time
Updated string - The time at which the resource was last updated. An RFC3339 formatted datetime string
- Compartment
Id string - The OCID of the compartment.
- Config
Item []stringCustom Statuses - Config
Item []stringFields - Config
Items []GetOpsi Configuration Config Item - Array of configuration item summary objects.
- Config
Items []stringApplicable Contexts - map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Description of OPSI configuration.
- Display
Name string - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- map[string]interface{}
- 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
- OCID of OPSI configuration 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.
- Opsi
Config []stringFields - Opsi
Config stringType - OPSI configuration type.
- Opsi
Configuration stringId - State string
- OPSI configuration resource lifecycle state.
- map[string]interface{}
- 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 at which the resource was first created. An RFC3339 formatted datetime string
- Time
Updated string - The time at which the resource was last updated. An RFC3339 formatted datetime string
- compartment
Id String - The OCID of the compartment.
- config
Item List<String>Custom Statuses - config
Item List<String>Fields - config
Items List<GetConfiguration Config Item> - Array of configuration item summary objects.
- config
Items List<String>Applicable Contexts - Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Description of OPSI configuration.
- display
Name String - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- Map<String,Object>
- 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
- OCID of OPSI configuration 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.
- opsi
Config List<String>Fields - opsi
Config StringType - OPSI configuration type.
- opsi
Configuration StringId - state String
- OPSI configuration resource lifecycle state.
- Map<String,Object>
- 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 at which the resource was first created. An RFC3339 formatted datetime string
- time
Updated String - The time at which the resource was last updated. An RFC3339 formatted datetime string
- compartment
Id string - The OCID of the compartment.
- config
Item string[]Custom Statuses - config
Item string[]Fields - config
Items GetOpsi Configuration Config Item[] - Array of configuration item summary objects.
- config
Items string[]Applicable Contexts - {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- Description of OPSI configuration.
- display
Name string - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- {[key: string]: any}
- 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
- OCID of OPSI configuration 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.
- opsi
Config string[]Fields - opsi
Config stringType - OPSI configuration type.
- opsi
Configuration stringId - state string
- OPSI configuration resource lifecycle state.
- {[key: string]: any}
- 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 at which the resource was first created. An RFC3339 formatted datetime string
- time
Updated string - The time at which the resource was last updated. An RFC3339 formatted datetime string
- compartment_
id str - The OCID of the compartment.
- config_
item_ Sequence[str]custom_ statuses - config_
item_ Sequence[str]fields - config_
items Sequence[opsi.Get Opsi Configuration Config Item] - Array of configuration item summary objects.
- config_
items_ Sequence[str]applicable_ contexts - Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- Description of OPSI configuration.
- display_
name str - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- Mapping[str, Any]
- 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
- OCID of OPSI configuration 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.
- opsi_
config_ Sequence[str]fields - opsi_
config_ strtype - OPSI configuration type.
- opsi_
configuration_ strid - state str
- OPSI configuration resource lifecycle state.
- Mapping[str, Any]
- 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 at which the resource was first created. An RFC3339 formatted datetime string
- time_
updated str - The time at which the resource was last updated. An RFC3339 formatted datetime string
- compartment
Id String - The OCID of the compartment.
- config
Item List<String>Custom Statuses - config
Item List<String>Fields - config
Items List<Property Map> - Array of configuration item summary objects.
- config
Items List<String>Applicable Contexts - Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Description of OPSI configuration.
- display
Name String - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- Map<Any>
- 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
- OCID of OPSI configuration 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.
- opsi
Config List<String>Fields - opsi
Config StringType - OPSI configuration type.
- opsi
Configuration StringId - state String
- OPSI configuration resource lifecycle state.
- Map<Any>
- 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 at which the resource was first created. An RFC3339 formatted datetime string
- time
Updated String - The time at which the resource was last updated. An RFC3339 formatted datetime string
Supporting Types
GetOpsiConfigurationConfigItem
- Applicable
Contexts List<string> - List of contexts in Operations Insights where this configuration item is applicable.
- Config
Item stringType - Type of configuration item.
- Default
Value string - Value of configuration item.
- Metadatas
List<Get
Opsi Configuration Config Item Metadata> - Configuration item metadata.
- Name string
- Name of configuration item.
- Value string
- Value of configuration item.
- Applicable
Contexts []string - List of contexts in Operations Insights where this configuration item is applicable.
- Config
Item stringType - Type of configuration item.
- Default
Value string - Value of configuration item.
- Metadatas
[]Get
Opsi Configuration Config Item Metadata - Configuration item metadata.
- Name string
- Name of configuration item.
- Value string
- Value of configuration item.
- applicable
Contexts List<String> - List of contexts in Operations Insights where this configuration item is applicable.
- config
Item StringType - Type of configuration item.
- default
Value String - Value of configuration item.
- metadatas
List<Get
Configuration Config Item Metadata> - Configuration item metadata.
- name String
- Name of configuration item.
- value String
- Value of configuration item.
- applicable
Contexts string[] - List of contexts in Operations Insights where this configuration item is applicable.
- config
Item stringType - Type of configuration item.
- default
Value string - Value of configuration item.
- metadatas
Get
Opsi Configuration Config Item Metadata[] - Configuration item metadata.
- name string
- Name of configuration item.
- value string
- Value of configuration item.
- applicable_
contexts Sequence[str] - List of contexts in Operations Insights where this configuration item is applicable.
- config_
item_ strtype - Type of configuration item.
- default_
value str - Value of configuration item.
- metadatas
Sequence[opsi.
Get Opsi Configuration Config Item Metadata] - Configuration item metadata.
- name str
- Name of configuration item.
- value str
- Value of configuration item.
- applicable
Contexts List<String> - List of contexts in Operations Insights where this configuration item is applicable.
- config
Item StringType - Type of configuration item.
- default
Value String - Value of configuration item.
- metadatas List<Property Map>
- Configuration item metadata.
- name String
- Name of configuration item.
- value String
- Value of configuration item.
GetOpsiConfigurationConfigItemMetadata
- Config
Item stringType - Type of configuration item.
- Data
Type string - Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
- Description string
- Description of OPSI configuration.
- Display
Name string - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- Unit
Details List<GetOpsi Configuration Config Item Metadata Unit Detail> - Unit details of configuration item.
- Value
Input List<GetDetails Opsi Configuration Config Item Metadata Value Input Detail> - Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
- Config
Item stringType - Type of configuration item.
- Data
Type string - Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
- Description string
- Description of OPSI configuration.
- Display
Name string - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- Unit
Details []GetOpsi Configuration Config Item Metadata Unit Detail - Unit details of configuration item.
- Value
Input []GetDetails Opsi Configuration Config Item Metadata Value Input Detail - Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
- config
Item StringType - Type of configuration item.
- data
Type String - Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
- description String
- Description of OPSI configuration.
- display
Name String - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- unit
Details List<GetConfiguration Config Item Metadata Unit Detail> - Unit details of configuration item.
- value
Input List<GetDetails Configuration Config Item Metadata Value Input Detail> - Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
- config
Item stringType - Type of configuration item.
- data
Type string - Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
- description string
- Description of OPSI configuration.
- display
Name string - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- unit
Details GetOpsi Configuration Config Item Metadata Unit Detail[] - Unit details of configuration item.
- value
Input GetDetails Opsi Configuration Config Item Metadata Value Input Detail[] - Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
- config_
item_ strtype - Type of configuration item.
- data_
type str - Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
- description str
- Description of OPSI configuration.
- display_
name str - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- unit_
details Sequence[opsi.Get Opsi Configuration Config Item Metadata Unit Detail] - Unit details of configuration item.
- value_
input_ Sequence[opsi.details Get Opsi Configuration Config Item Metadata Value Input Detail] - Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
- config
Item StringType - Type of configuration item.
- data
Type String - Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER
- description String
- Description of OPSI configuration.
- display
Name String - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- unit
Details List<Property Map> - Unit details of configuration item.
- value
Input List<Property Map>Details - Allowed value details of configuration item, to validate what value can be assigned to a configuration item.
GetOpsiConfigurationConfigItemMetadataUnitDetail
- Display
Name string - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- Unit string
- Unit of configuration item.
- Display
Name string - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- Unit string
- Unit of configuration item.
- display
Name String - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- unit String
- Unit of configuration item.
- display
Name string - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- unit string
- Unit of configuration item.
- display_
name str - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- unit str
- Unit of configuration item.
- display
Name String - User-friendly display name for the OPSI configuration. The name does not have to be unique.
- unit String
- Unit of configuration item.
GetOpsiConfigurationConfigItemMetadataValueInputDetail
- Allowed
Value stringType - Allowed value type of configuration item.
- Max
Value string - Maximum value limit for the configuration item.
- Min
Value string - Minimum value limit for the configuration item.
- Possible
Values List<string> - Allowed values to pick for the configuration item.
- Allowed
Value stringType - Allowed value type of configuration item.
- Max
Value string - Maximum value limit for the configuration item.
- Min
Value string - Minimum value limit for the configuration item.
- Possible
Values []string - Allowed values to pick for the configuration item.
- allowed
Value StringType - Allowed value type of configuration item.
- max
Value String - Maximum value limit for the configuration item.
- min
Value String - Minimum value limit for the configuration item.
- possible
Values List<String> - Allowed values to pick for the configuration item.
- allowed
Value stringType - Allowed value type of configuration item.
- max
Value string - Maximum value limit for the configuration item.
- min
Value string - Minimum value limit for the configuration item.
- possible
Values string[] - Allowed values to pick for the configuration item.
- allowed_
value_ strtype - Allowed value type of configuration item.
- max_
value str - Maximum value limit for the configuration item.
- min_
value str - Minimum value limit for the configuration item.
- possible_
values Sequence[str] - Allowed values to pick for the configuration item.
- allowed
Value StringType - Allowed value type of configuration item.
- max
Value String - Maximum value limit for the configuration item.
- min
Value String - Minimum value limit for the configuration item.
- possible
Values List<String> - Allowed values to pick for the configuration item.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.