Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.Opa.getOpaInstances
Explore with Pulumi AI
This data source provides the list of Opa Instances in Oracle Cloud Infrastructure Opa service.
Returns a list of OpaInstances.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOpaInstances = oci.Opa.getOpaInstances({
compartmentId: compartmentId,
displayName: opaInstanceDisplayName,
id: opaInstanceId,
state: opaInstanceState,
});
import pulumi
import pulumi_oci as oci
test_opa_instances = oci.Opa.get_opa_instances(compartment_id=compartment_id,
display_name=opa_instance_display_name,
id=opa_instance_id,
state=opa_instance_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/opa"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := opa.GetOpaInstances(ctx, &opa.GetOpaInstancesArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(opaInstanceDisplayName),
Id: pulumi.StringRef(opaInstanceId),
State: pulumi.StringRef(opaInstanceState),
}, 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 testOpaInstances = Oci.Opa.GetOpaInstances.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = opaInstanceDisplayName,
Id = opaInstanceId,
State = opaInstanceState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Opa.OpaFunctions;
import com.pulumi.oci.Opa.inputs.GetOpaInstancesArgs;
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 testOpaInstances = OpaFunctions.getOpaInstances(GetOpaInstancesArgs.builder()
.compartmentId(compartmentId)
.displayName(opaInstanceDisplayName)
.id(opaInstanceId)
.state(opaInstanceState)
.build());
}
}
variables:
testOpaInstances:
fn::invoke:
function: oci:Opa:getOpaInstances
arguments:
compartmentId: ${compartmentId}
displayName: ${opaInstanceDisplayName}
id: ${opaInstanceId}
state: ${opaInstanceState}
Using getOpaInstances
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 getOpaInstances(args: GetOpaInstancesArgs, opts?: InvokeOptions): Promise<GetOpaInstancesResult>
function getOpaInstancesOutput(args: GetOpaInstancesOutputArgs, opts?: InvokeOptions): Output<GetOpaInstancesResult>
def get_opa_instances(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_opa.GetOpaInstancesFilter]] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOpaInstancesResult
def get_opa_instances_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_opa.GetOpaInstancesFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOpaInstancesResult]
func GetOpaInstances(ctx *Context, args *GetOpaInstancesArgs, opts ...InvokeOption) (*GetOpaInstancesResult, error)
func GetOpaInstancesOutput(ctx *Context, args *GetOpaInstancesOutputArgs, opts ...InvokeOption) GetOpaInstancesResultOutput
> Note: This function is named GetOpaInstances
in the Go SDK.
public static class GetOpaInstances
{
public static Task<GetOpaInstancesResult> InvokeAsync(GetOpaInstancesArgs args, InvokeOptions? opts = null)
public static Output<GetOpaInstancesResult> Invoke(GetOpaInstancesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOpaInstancesResult> getOpaInstances(GetOpaInstancesArgs args, InvokeOptions options)
public static Output<GetOpaInstancesResult> getOpaInstances(GetOpaInstancesArgs args, InvokeOptions options)
fn::invoke:
function: oci:Opa/getOpaInstances:getOpaInstances
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
Changes to this property will trigger replacement.
Opa Instances Filter> - Id string
- unique OpaInstance identifier
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
Changes to this property will trigger replacement.
Opa Instances Filter - Id string
- unique OpaInstance identifier
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Instances Filter> - id String
- unique OpaInstance identifier
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Opa Instances Filter[] - id string
- unique OpaInstance identifier
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Get Opa Instances Filter] - id str
- unique OpaInstance identifier
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
- id String
- unique OpaInstance identifier
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
getOpaInstances Result
The following output properties are available:
- Opa
Instance List<GetCollections Opa Instances Opa Instance Collection> - The list of opa_instance_collection.
- Compartment
Id string - Compartment Identifier
- Display
Name string - OpaInstance Identifier, can be renamed
- Filters
List<Get
Opa Instances Filter> - Id string
- Unique identifier that is immutable on creation
- State string
- The current state of the OpaInstance.
- Opa
Instance []GetCollections Opa Instances Opa Instance Collection - The list of opa_instance_collection.
- Compartment
Id string - Compartment Identifier
- Display
Name string - OpaInstance Identifier, can be renamed
- Filters
[]Get
Opa Instances Filter - Id string
- Unique identifier that is immutable on creation
- State string
- The current state of the OpaInstance.
- opa
Instance List<GetCollections Instances Instance Collection> - The list of opa_instance_collection.
- compartment
Id String - Compartment Identifier
- display
Name String - OpaInstance Identifier, can be renamed
- filters
List<Get
Instances Filter> - id String
- Unique identifier that is immutable on creation
- state String
- The current state of the OpaInstance.
- opa
Instance GetCollections Opa Instances Opa Instance Collection[] - The list of opa_instance_collection.
- compartment
Id string - Compartment Identifier
- display
Name string - OpaInstance Identifier, can be renamed
- filters
Get
Opa Instances Filter[] - id string
- Unique identifier that is immutable on creation
- state string
- The current state of the OpaInstance.
- opa_
instance_ Sequence[opa.collections Get Opa Instances Opa Instance Collection] - The list of opa_instance_collection.
- compartment_
id str - Compartment Identifier
- display_
name str - OpaInstance Identifier, can be renamed
- filters
Sequence[opa.
Get Opa Instances Filter] - id str
- Unique identifier that is immutable on creation
- state str
- The current state of the OpaInstance.
- opa
Instance List<Property Map>Collections - The list of opa_instance_collection.
- compartment
Id String - Compartment Identifier
- display
Name String - OpaInstance Identifier, can be renamed
- filters List<Property Map>
- id String
- Unique identifier that is immutable on creation
- state String
- The current state of the OpaInstance.
Supporting Types
GetOpaInstancesFilter
GetOpaInstancesOpaInstanceCollection
- Items
This property is required. List<GetOpa Instances Opa Instance Collection Item>
- Items
This property is required. []GetOpa Instances Opa Instance Collection Item
- items
This property is required. List<GetInstances Instance Collection Item>
- items
This property is required. GetOpa Instances Opa Instance Collection Item[]
- items
This property is required. Sequence[opa.Get Opa Instances Opa Instance Collection Item]
- items
This property is required. List<Property Map>
GetOpaInstancesOpaInstanceCollectionItem
- Attachments
This property is required. List<GetOpa Instances Opa Instance Collection Item Attachment> - A list of associated attachments to other services
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Consumption
Model This property is required. string - The entitlement used for billing purposes
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description
This property is required. string - Description of the Process Automation instance.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. 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
This property is required. string - unique OpaInstance identifier
- Idcs
At This property is required. string - Identity
App Display Name This property is required. string - This property specifies the name of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- Identity
App Guid This property is required. string - This property specifies the GUID of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user role mappings to grant access to this OPA instance for users within the identity domain.
- Identity
App Opc Service Instance Guid This property is required. string - This property specifies the OPC Service Instance GUID of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- Identity
Domain Url This property is required. string - This property specifies the domain url of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- Instance
Url This property is required. string - OPA Instance URL
- Is
Breakglass Enabled This property is required. bool - indicates if breakGlass is enabled for the opa instance.
- Metering
Type This property is required. string - MeteringType Identifier
- Shape
Name This property is required. string - Shape of the instance.
- State
This property is required. string - A filter to return only resources their lifecycleState matches the given lifecycleState.
This property is required. Dictionary<string, string>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The time when OpaInstance was created. An RFC3339 formatted datetime string
- Time
Updated This property is required. string - The time the OpaInstance was updated. An RFC3339 formatted datetime string
- Attachments
This property is required. []GetOpa Instances Opa Instance Collection Item Attachment - A list of associated attachments to other services
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Consumption
Model This property is required. string - The entitlement used for billing purposes
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description
This property is required. string - Description of the Process Automation instance.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. 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
This property is required. string - unique OpaInstance identifier
- Idcs
At This property is required. string - Identity
App Display Name This property is required. string - This property specifies the name of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- Identity
App Guid This property is required. string - This property specifies the GUID of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user role mappings to grant access to this OPA instance for users within the identity domain.
- Identity
App Opc Service Instance Guid This property is required. string - This property specifies the OPC Service Instance GUID of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- Identity
Domain Url This property is required. string - This property specifies the domain url of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- Instance
Url This property is required. string - OPA Instance URL
- Is
Breakglass Enabled This property is required. bool - indicates if breakGlass is enabled for the opa instance.
- Metering
Type This property is required. string - MeteringType Identifier
- Shape
Name This property is required. string - Shape of the instance.
- State
This property is required. string - A filter to return only resources their lifecycleState matches the given lifecycleState.
This property is required. map[string]string- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The time when OpaInstance was created. An RFC3339 formatted datetime string
- Time
Updated This property is required. string - The time the OpaInstance was updated. An RFC3339 formatted datetime string
- attachments
This property is required. List<GetInstances Instance Collection Item Attachment> - A list of associated attachments to other services
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- consumption
Model This property is required. String - The entitlement used for billing purposes
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. String - Description of the Process Automation instance.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
This property is required. 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
This property is required. String - unique OpaInstance identifier
- idcs
At This property is required. String - identity
App Display Name This property is required. String - This property specifies the name of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- identity
App Guid This property is required. String - This property specifies the GUID of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user role mappings to grant access to this OPA instance for users within the identity domain.
- identity
App Opc Service Instance Guid This property is required. String - This property specifies the OPC Service Instance GUID of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- identity
Domain Url This property is required. String - This property specifies the domain url of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- instance
Url This property is required. String - OPA Instance URL
- is
Breakglass Enabled This property is required. Boolean - indicates if breakGlass is enabled for the opa instance.
- metering
Type This property is required. String - MeteringType Identifier
- shape
Name This property is required. String - Shape of the instance.
- state
This property is required. String - A filter to return only resources their lifecycleState matches the given lifecycleState.
This property is required. Map<String,String>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The time when OpaInstance was created. An RFC3339 formatted datetime string
- time
Updated This property is required. String - The time the OpaInstance was updated. An RFC3339 formatted datetime string
- attachments
This property is required. GetOpa Instances Opa Instance Collection Item Attachment[] - A list of associated attachments to other services
- compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- consumption
Model This property is required. string - The entitlement used for billing purposes
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. string - Description of the Process Automation instance.
- display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. {[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
This property is required. string - unique OpaInstance identifier
- idcs
At This property is required. string - identity
App Display Name This property is required. string - This property specifies the name of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- identity
App Guid This property is required. string - This property specifies the GUID of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user role mappings to grant access to this OPA instance for users within the identity domain.
- identity
App Opc Service Instance Guid This property is required. string - This property specifies the OPC Service Instance GUID of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- identity
Domain Url This property is required. string - This property specifies the domain url of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- instance
Url This property is required. string - OPA Instance URL
- is
Breakglass Enabled This property is required. boolean - indicates if breakGlass is enabled for the opa instance.
- metering
Type This property is required. string - MeteringType Identifier
- shape
Name This property is required. string - Shape of the instance.
- state
This property is required. string - A filter to return only resources their lifecycleState matches the given lifecycleState.
This property is required. {[key: string]: string}- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. string - The time when OpaInstance was created. An RFC3339 formatted datetime string
- time
Updated This property is required. string - The time the OpaInstance was updated. An RFC3339 formatted datetime string
- attachments
This property is required. Sequence[opa.Get Opa Instances Opa Instance Collection Item Attachment] - A list of associated attachments to other services
- compartment_
id This property is required. str - The ID of the compartment in which to list resources.
- consumption_
model This property is required. str - The entitlement used for billing purposes
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. str - Description of the Process Automation instance.
- display_
name This property is required. str - A filter to return only resources that match the entire display name given.
This property is required. 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
This property is required. str - unique OpaInstance identifier
- idcs_
at This property is required. str - identity_
app_ display_ name This property is required. str - This property specifies the name of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- identity_
app_ guid This property is required. str - This property specifies the GUID of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user role mappings to grant access to this OPA instance for users within the identity domain.
- identity_
app_ opc_ service_ instance_ guid This property is required. str - This property specifies the OPC Service Instance GUID of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- identity_
domain_ url This property is required. str - This property specifies the domain url of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- instance_
url This property is required. str - OPA Instance URL
- is_
breakglass_ enabled This property is required. bool - indicates if breakGlass is enabled for the opa instance.
- metering_
type This property is required. str - MeteringType Identifier
- shape_
name This property is required. str - Shape of the instance.
- state
This property is required. str - A filter to return only resources their lifecycleState matches the given lifecycleState.
This property is required. Mapping[str, str]- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created This property is required. str - The time when OpaInstance was created. An RFC3339 formatted datetime string
- time_
updated This property is required. str - The time the OpaInstance was updated. An RFC3339 formatted datetime string
- attachments
This property is required. List<Property Map> - A list of associated attachments to other services
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- consumption
Model This property is required. String - The entitlement used for billing purposes
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. String - Description of the Process Automation instance.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
This property is required. 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
This property is required. String - unique OpaInstance identifier
- idcs
At This property is required. String - identity
App Display Name This property is required. String - This property specifies the name of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- identity
App Guid This property is required. String - This property specifies the GUID of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user role mappings to grant access to this OPA instance for users within the identity domain.
- identity
App Opc Service Instance Guid This property is required. String - This property specifies the OPC Service Instance GUID of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- identity
Domain Url This property is required. String - This property specifies the domain url of the Identity Application instance OPA has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this OPA instance for users within the identity domain.
- instance
Url This property is required. String - OPA Instance URL
- is
Breakglass Enabled This property is required. Boolean - indicates if breakGlass is enabled for the opa instance.
- metering
Type This property is required. String - MeteringType Identifier
- shape
Name This property is required. String - Shape of the instance.
- state
This property is required. String - A filter to return only resources their lifecycleState matches the given lifecycleState.
This property is required. Map<String>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The time when OpaInstance was created. An RFC3339 formatted datetime string
- time
Updated This property is required. String - The time the OpaInstance was updated. An RFC3339 formatted datetime string
GetOpaInstancesOpaInstanceCollectionItemAttachment
- Is
Implicit This property is required. bool - If role ==
PARENT
, the attached instance was created by this service instance - If role ==
CHILD
, this instance was created from attached instance on behalf of a user
- If role ==
- Target
Id This property is required. string - The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
- Target
Instance Url This property is required. string - The dataplane instance URL of the attached instance
- Target
Role This property is required. string - The role of the target attachment.
PARENT
- The target instance is the parent of this attachment.CHILD
- The target instance is the child of this attachment.
- Target
Service Type This property is required. string - The type of the target instance, such as "FUSION".
- Is
Implicit This property is required. bool - If role ==
PARENT
, the attached instance was created by this service instance - If role ==
CHILD
, this instance was created from attached instance on behalf of a user
- If role ==
- Target
Id This property is required. string - The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
- Target
Instance Url This property is required. string - The dataplane instance URL of the attached instance
- Target
Role This property is required. string - The role of the target attachment.
PARENT
- The target instance is the parent of this attachment.CHILD
- The target instance is the child of this attachment.
- Target
Service Type This property is required. string - The type of the target instance, such as "FUSION".
- is
Implicit This property is required. Boolean - If role ==
PARENT
, the attached instance was created by this service instance - If role ==
CHILD
, this instance was created from attached instance on behalf of a user
- If role ==
- target
Id This property is required. String - The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
- target
Instance Url This property is required. String - The dataplane instance URL of the attached instance
- target
Role This property is required. String - The role of the target attachment.
PARENT
- The target instance is the parent of this attachment.CHILD
- The target instance is the child of this attachment.
- target
Service Type This property is required. String - The type of the target instance, such as "FUSION".
- is
Implicit This property is required. boolean - If role ==
PARENT
, the attached instance was created by this service instance - If role ==
CHILD
, this instance was created from attached instance on behalf of a user
- If role ==
- target
Id This property is required. string - The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
- target
Instance Url This property is required. string - The dataplane instance URL of the attached instance
- target
Role This property is required. string - The role of the target attachment.
PARENT
- The target instance is the parent of this attachment.CHILD
- The target instance is the child of this attachment.
- target
Service Type This property is required. string - The type of the target instance, such as "FUSION".
- is_
implicit This property is required. bool - If role ==
PARENT
, the attached instance was created by this service instance - If role ==
CHILD
, this instance was created from attached instance on behalf of a user
- If role ==
- target_
id This property is required. str - The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
- target_
instance_ url This property is required. str - The dataplane instance URL of the attached instance
- target_
role This property is required. str - The role of the target attachment.
PARENT
- The target instance is the parent of this attachment.CHILD
- The target instance is the child of this attachment.
- target_
service_ type This property is required. str - The type of the target instance, such as "FUSION".
- is
Implicit This property is required. Boolean - If role ==
PARENT
, the attached instance was created by this service instance - If role ==
CHILD
, this instance was created from attached instance on behalf of a user
- If role ==
- target
Id This property is required. String - The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
- target
Instance Url This property is required. String - The dataplane instance URL of the attached instance
- target
Role This property is required. String - The role of the target attachment.
PARENT
- The target instance is the parent of this attachment.CHILD
- The target instance is the child of this attachment.
- target
Service Type This property is required. String - The type of the target instance, such as "FUSION".
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.