Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi
oci.FleetAppsManagement.getProvision
Explore with Pulumi AI
This data source provides details about a specific Provision resource in Oracle Cloud Infrastructure Fleet Apps Management service.
Gets information about a Provision.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testProvision = oci.FleetAppsManagement.getProvision({
provisionId: testProvisionOciFleetAppsManagementProvision.id,
});
import pulumi
import pulumi_oci as oci
test_provision = oci.FleetAppsManagement.get_provision(provision_id=test_provision_oci_fleet_apps_management_provision["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/fleetappsmanagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fleetappsmanagement.GetProvision(ctx, &fleetappsmanagement.GetProvisionArgs{
ProvisionId: testProvisionOciFleetAppsManagementProvision.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 testProvision = Oci.FleetAppsManagement.GetProvision.Invoke(new()
{
ProvisionId = testProvisionOciFleetAppsManagementProvision.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.GetProvisionArgs;
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 testProvision = FleetAppsManagementFunctions.getProvision(GetProvisionArgs.builder()
.provisionId(testProvisionOciFleetAppsManagementProvision.id())
.build());
}
}
variables:
testProvision:
fn::invoke:
function: oci:FleetAppsManagement:getProvision
arguments:
provisionId: ${testProvisionOciFleetAppsManagementProvision.id}
Using getProvision
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 getProvision(args: GetProvisionArgs, opts?: InvokeOptions): Promise<GetProvisionResult>
function getProvisionOutput(args: GetProvisionOutputArgs, opts?: InvokeOptions): Output<GetProvisionResult>
def get_provision(provision_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProvisionResult
def get_provision_output(provision_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProvisionResult]
func LookupProvision(ctx *Context, args *LookupProvisionArgs, opts ...InvokeOption) (*LookupProvisionResult, error)
func LookupProvisionOutput(ctx *Context, args *LookupProvisionOutputArgs, opts ...InvokeOption) LookupProvisionResultOutput
> Note: This function is named LookupProvision
in the Go SDK.
public static class GetProvision
{
public static Task<GetProvisionResult> InvokeAsync(GetProvisionArgs args, InvokeOptions? opts = null)
public static Output<GetProvisionResult> Invoke(GetProvisionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProvisionResult> getProvision(GetProvisionArgs args, InvokeOptions options)
public static Output<GetProvisionResult> getProvision(GetProvisionArgs args, InvokeOptions options)
fn::invoke:
function: oci:FleetAppsManagement/getProvision:getProvision
arguments:
# arguments dictionary
The following arguments are supported:
- Provision
Id string - The OCID of the FamProvision.
- Provision
Id string - The OCID of the FamProvision.
- provision
Id String - The OCID of the FamProvision.
- provision
Id string - The OCID of the FamProvision.
- provision_
id str - The OCID of the FamProvision.
- provision
Id String - The OCID of the FamProvision.
getProvision Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment in which instance is deployed.
- Config
Catalog stringItem Display Name - A display Name of the Catalog Item in the Catalog.
- Config
Catalog stringItem Id - A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- Config
Catalog stringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- Config
Catalog stringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deployed
Resources List<GetProvision Deployed Resource> - The deployed resources and their summary
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- Fleet
Id string - The OCID of the Fleet.
- 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 FamProvision.
- Lifecycle
Details string - A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Package
Catalog stringItem Display Name - A display Name of the Catalog Item in the Catalog.
- Package
Catalog stringItem Id - The OCID of the Catalog Item.
- Package
Catalog stringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- Package
Catalog stringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- Provision
Description string - A description of the provision.
- Provision
Id string - Rms
Apply stringJob Id - The OCID of the RMS APPLY Job.
- Stack
Id string - The OCID of the RMS Stack.
- State string
- The current state of the FamProvision.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Tf
Outputs List<GetProvision Tf Output> - Outputs from the pulumi up job
- Tf
Variable stringCompartment Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Tf
Variable stringCurrent User Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Tf
Variable stringRegion Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Tf
Variable stringTenancy Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Time
Created string - The date and time the FamProvision was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Compartment
Id string - The OCID of the compartment in which instance is deployed.
- Config
Catalog stringItem Display Name - A display Name of the Catalog Item in the Catalog.
- Config
Catalog stringItem Id - A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- Config
Catalog stringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- Config
Catalog stringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Deployed
Resources []GetProvision Deployed Resource - The deployed resources and their summary
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- Fleet
Id string - The OCID of the Fleet.
- 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 FamProvision.
- Lifecycle
Details string - A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Package
Catalog stringItem Display Name - A display Name of the Catalog Item in the Catalog.
- Package
Catalog stringItem Id - The OCID of the Catalog Item.
- Package
Catalog stringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- Package
Catalog stringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- Provision
Description string - A description of the provision.
- Provision
Id string - Rms
Apply stringJob Id - The OCID of the RMS APPLY Job.
- Stack
Id string - The OCID of the RMS Stack.
- State string
- The current state of the FamProvision.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Tf
Outputs []GetProvision Tf Output - Outputs from the pulumi up job
- Tf
Variable stringCompartment Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Tf
Variable stringCurrent User Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Tf
Variable stringRegion Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Tf
Variable stringTenancy Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- Time
Created string - The date and time the FamProvision was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Time
Updated string - The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment in which instance is deployed.
- config
Catalog StringItem Display Name - A display Name of the Catalog Item in the Catalog.
- config
Catalog StringItem Id - A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- config
Catalog StringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- config
Catalog StringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployed
Resources List<GetProvision Deployed Resource> - The deployed resources and their summary
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- fleet
Id String - The OCID of the Fleet.
- 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 FamProvision.
- lifecycle
Details String - A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- package
Catalog StringItem Display Name - A display Name of the Catalog Item in the Catalog.
- package
Catalog StringItem Id - The OCID of the Catalog Item.
- package
Catalog StringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- package
Catalog StringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- provision
Description String - A description of the provision.
- provision
Id String - rms
Apply StringJob Id - The OCID of the RMS APPLY Job.
- stack
Id String - The OCID of the RMS Stack.
- state String
- The current state of the FamProvision.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- tf
Outputs List<GetProvision Tf Output> - Outputs from the pulumi up job
- tf
Variable StringCompartment Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable StringCurrent User Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable StringRegion Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable StringTenancy Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- time
Created String - The date and time the FamProvision was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id string - The OCID of the compartment in which instance is deployed.
- config
Catalog stringItem Display Name - A display Name of the Catalog Item in the Catalog.
- config
Catalog stringItem Id - A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- config
Catalog stringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- config
Catalog stringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployed
Resources GetProvision Deployed Resource[] - The deployed resources and their summary
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- fleet
Id string - The OCID of the Fleet.
- {[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 FamProvision.
- lifecycle
Details string - A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- package
Catalog stringItem Display Name - A display Name of the Catalog Item in the Catalog.
- package
Catalog stringItem Id - The OCID of the Catalog Item.
- package
Catalog stringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- package
Catalog stringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- provision
Description string - A description of the provision.
- provision
Id string - rms
Apply stringJob Id - The OCID of the RMS APPLY Job.
- stack
Id string - The OCID of the RMS Stack.
- state string
- The current state of the FamProvision.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- tf
Outputs GetProvision Tf Output[] - Outputs from the pulumi up job
- tf
Variable stringCompartment Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable stringCurrent User Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable stringRegion Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable stringTenancy Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- time
Created string - The date and time the FamProvision was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated string - The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment_
id str - The OCID of the compartment in which instance is deployed.
- config_
catalog_ stritem_ display_ name - A display Name of the Catalog Item in the Catalog.
- config_
catalog_ stritem_ id - A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- config_
catalog_ stritem_ listing_ id - A listing ID of the Catalog Item in the Catalog.
- config_
catalog_ stritem_ listing_ version - A listing version of the Catalog Item in the Catalog.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployed_
resources Sequence[GetProvision Deployed Resource] - The deployed resources and their summary
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable.
- fleet_
id str - The OCID of the Fleet.
- 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 FamProvision.
- lifecycle_
details str - A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- package_
catalog_ stritem_ display_ name - A display Name of the Catalog Item in the Catalog.
- package_
catalog_ stritem_ id - The OCID of the Catalog Item.
- package_
catalog_ stritem_ listing_ id - A listing ID of the Catalog Item in the Catalog.
- package_
catalog_ stritem_ listing_ version - A listing version of the Catalog Item in the Catalog.
- provision_
description str - A description of the provision.
- provision_
id str - rms_
apply_ strjob_ id - The OCID of the RMS APPLY Job.
- stack_
id str - The OCID of the RMS Stack.
- state str
- The current state of the FamProvision.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- tf_
outputs Sequence[GetProvision Tf Output] - Outputs from the pulumi up job
- tf_
variable_ strcompartment_ id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf_
variable_ strcurrent_ user_ id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf_
variable_ strregion_ id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf_
variable_ strtenancy_ id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- time_
created str - The date and time the FamProvision was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time_
updated str - The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment in which instance is deployed.
- config
Catalog StringItem Display Name - A display Name of the Catalog Item in the Catalog.
- config
Catalog StringItem Id - A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
- config
Catalog StringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- config
Catalog StringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- deployed
Resources List<Property Map> - The deployed resources and their summary
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- fleet
Id String - The OCID of the Fleet.
- 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 FamProvision.
- lifecycle
Details String - A message that describes the current state of the FamProvision in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- package
Catalog StringItem Display Name - A display Name of the Catalog Item in the Catalog.
- package
Catalog StringItem Id - The OCID of the Catalog Item.
- package
Catalog StringItem Listing Id - A listing ID of the Catalog Item in the Catalog.
- package
Catalog StringItem Listing Version - A listing version of the Catalog Item in the Catalog.
- provision
Description String - A description of the provision.
- provision
Id String - rms
Apply StringJob Id - The OCID of the RMS APPLY Job.
- stack
Id String - The OCID of the RMS Stack.
- state String
- The current state of the FamProvision.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- tf
Outputs List<Property Map> - Outputs from the pulumi up job
- tf
Variable StringCompartment Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable StringCurrent User Id - An optional variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable StringRegion Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- tf
Variable StringTenancy Id - A mandatory variable added to a list of RMS variables for createStack API. Overrides the one supplied in configuration file.
- time
Created String - The date and time the FamProvision was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- time
Updated String - The date and time the FamProvision was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
Supporting Types
GetProvisionDeployedResource
- Mode string
- The mode of the resource. Example: "managed"
- Resource
Instance List<GetLists Provision Deployed Resource Resource Instance List> - Collection of InstanceSummary
- Resource
Name string - The name of the resource
- Resource
Provider string - The name of the Provider
- Resource
Type string - The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
- Mode string
- The mode of the resource. Example: "managed"
- Resource
Instance []GetLists Provision Deployed Resource Resource Instance List - Collection of InstanceSummary
- Resource
Name string - The name of the resource
- Resource
Provider string - The name of the Provider
- Resource
Type string - The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
- mode String
- The mode of the resource. Example: "managed"
- resource
Instance List<GetLists Provision Deployed Resource Resource Instance List> - Collection of InstanceSummary
- resource
Name String - The name of the resource
- resource
Provider String - The name of the Provider
- resource
Type String - The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
- mode string
- The mode of the resource. Example: "managed"
- resource
Instance GetLists Provision Deployed Resource Resource Instance List[] - Collection of InstanceSummary
- resource
Name string - The name of the resource
- resource
Provider string - The name of the Provider
- resource
Type string - The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
- mode str
- The mode of the resource. Example: "managed"
- resource_
instance_ Sequence[Getlists Provision Deployed Resource Resource Instance List] - Collection of InstanceSummary
- resource_
name str - The name of the resource
- resource_
provider str - The name of the Provider
- resource_
type str - The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
- mode String
- The mode of the resource. Example: "managed"
- resource
Instance List<Property Map>Lists - Collection of InstanceSummary
- resource
Name String - The name of the resource
- resource
Provider String - The name of the Provider
- resource
Type String - The provider resource type. Must be supported by the Oracle Cloud Infrastructure provider. Example: oci.Core.Instance
GetProvisionDeployedResourceResourceInstanceList
- Compartment
Id string - The OCID of the compartment in which instance is deployed.
- Id string
- The OCID of the FamProvision.
- State string
- The current state of the FamProvision.
- Compartment
Id string - The OCID of the compartment in which instance is deployed.
- Id string
- The OCID of the FamProvision.
- State string
- The current state of the FamProvision.
- compartment
Id String - The OCID of the compartment in which instance is deployed.
- id String
- The OCID of the FamProvision.
- state String
- The current state of the FamProvision.
- compartment
Id string - The OCID of the compartment in which instance is deployed.
- id string
- The OCID of the FamProvision.
- state string
- The current state of the FamProvision.
- compartment_
id str - The OCID of the compartment in which instance is deployed.
- id str
- The OCID of the FamProvision.
- state str
- The current state of the FamProvision.
- compartment
Id String - The OCID of the compartment in which instance is deployed.
- id String
- The OCID of the FamProvision.
- state String
- The current state of the FamProvision.
GetProvisionTfOutput
- Is
Sensitive bool - The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- Output
Description string - The output description
- Output
Name string - The output name
- Output
Type string - The output type
- Output
Value string - The output value
- Is
Sensitive bool - The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- Output
Description string - The output description
- Output
Name string - The output name
- Output
Type string - The output type
- Output
Value string - The output value
- is
Sensitive Boolean - The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- output
Description String - The output description
- output
Name String - The output name
- output
Type String - The output type
- output
Value String - The output value
- is
Sensitive boolean - The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- output
Description string - The output description
- output
Name string - The output name
- output
Type string - The output type
- output
Value string - The output value
- is_
sensitive bool - The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- output_
description str - The output description
- output_
name str - The output name
- output_
type str - The output type
- output_
value str - The output value
- is
Sensitive Boolean - The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.)
- output
Description String - The output description
- output
Name String - The output name
- output
Type String - The output type
- output
Value String - The output value
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.