1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Opa
  5. getOpaInstances
Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi

oci.Opa.getOpaInstances

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi

    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/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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Opa/getOpaInstances:getOpaInstances
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters List<GetOpaInstancesFilter>
    Id string
    unique OpaInstance identifier
    State string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    Filters []GetOpaInstancesFilter
    Id string
    unique OpaInstance identifier
    State string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<GetInstancesFilter>
    id String
    unique OpaInstance identifier
    state String
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    compartmentId string
    The ID of the compartment in which to list resources.
    displayName string
    A filter to return only resources that match the entire display name given.
    filters GetOpaInstancesFilter[]
    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 Sequence[opa.GetOpaInstancesFilter]
    id str
    unique OpaInstance identifier
    state str
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire display name given.
    filters List<Property Map>
    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:

    OpaInstanceCollections List<GetOpaInstancesOpaInstanceCollection>
    The list of opa_instance_collection.
    CompartmentId string
    Compartment Identifier
    DisplayName string
    OpaInstance Identifier, can be renamed
    Filters List<GetOpaInstancesFilter>
    Id string
    Unique identifier that is immutable on creation
    State string
    The current state of the OpaInstance.
    OpaInstanceCollections []GetOpaInstancesOpaInstanceCollection
    The list of opa_instance_collection.
    CompartmentId string
    Compartment Identifier
    DisplayName string
    OpaInstance Identifier, can be renamed
    Filters []GetOpaInstancesFilter
    Id string
    Unique identifier that is immutable on creation
    State string
    The current state of the OpaInstance.
    opaInstanceCollections List<GetInstancesInstanceCollection>
    The list of opa_instance_collection.
    compartmentId String
    Compartment Identifier
    displayName String
    OpaInstance Identifier, can be renamed
    filters List<GetInstancesFilter>
    id String
    Unique identifier that is immutable on creation
    state String
    The current state of the OpaInstance.
    opaInstanceCollections GetOpaInstancesOpaInstanceCollection[]
    The list of opa_instance_collection.
    compartmentId string
    Compartment Identifier
    displayName string
    OpaInstance Identifier, can be renamed
    filters GetOpaInstancesFilter[]
    id string
    Unique identifier that is immutable on creation
    state string
    The current state of the OpaInstance.
    opa_instance_collections Sequence[opa.GetOpaInstancesOpaInstanceCollection]
    The list of opa_instance_collection.
    compartment_id str
    Compartment Identifier
    display_name str
    OpaInstance Identifier, can be renamed
    filters Sequence[opa.GetOpaInstancesFilter]
    id str
    Unique identifier that is immutable on creation
    state str
    The current state of the OpaInstance.
    opaInstanceCollections List<Property Map>
    The list of opa_instance_collection.
    compartmentId String
    Compartment Identifier
    displayName 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

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

    GetOpaInstancesOpaInstanceCollection

    GetOpaInstancesOpaInstanceCollectionItem

    Attachments List<GetOpaInstancesOpaInstanceCollectionItemAttachment>
    A list of associated attachments to other services
    CompartmentId string
    The ID of the compartment in which to list resources.
    ConsumptionModel string
    The entitlement used for billing purposes
    DefinedTags 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 the Process Automation instance.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    FreeformTags 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
    unique OpaInstance identifier
    IdcsAt string
    IdentityAppDisplayName 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.
    IdentityAppGuid 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.
    IdentityAppOpcServiceInstanceGuid 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.
    IdentityDomainUrl 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.
    InstanceUrl string
    OPA Instance URL
    IsBreakglassEnabled bool
    indicates if breakGlass is enabled for the opa instance.
    MeteringType string
    MeteringType Identifier
    ShapeName string
    Shape of the instance.
    State string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time when OpaInstance was created. An RFC3339 formatted datetime string
    TimeUpdated string
    The time the OpaInstance was updated. An RFC3339 formatted datetime string
    Attachments []GetOpaInstancesOpaInstanceCollectionItemAttachment
    A list of associated attachments to other services
    CompartmentId string
    The ID of the compartment in which to list resources.
    ConsumptionModel string
    The entitlement used for billing purposes
    DefinedTags 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 the Process Automation instance.
    DisplayName string
    A filter to return only resources that match the entire display name given.
    FreeformTags 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
    unique OpaInstance identifier
    IdcsAt string
    IdentityAppDisplayName 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.
    IdentityAppGuid 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.
    IdentityAppOpcServiceInstanceGuid 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.
    IdentityDomainUrl 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.
    InstanceUrl string
    OPA Instance URL
    IsBreakglassEnabled bool
    indicates if breakGlass is enabled for the opa instance.
    MeteringType string
    MeteringType Identifier
    ShapeName string
    Shape of the instance.
    State string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time when OpaInstance was created. An RFC3339 formatted datetime string
    TimeUpdated string
    The time the OpaInstance was updated. An RFC3339 formatted datetime string
    attachments List<GetInstancesInstanceCollectionItemAttachment>
    A list of associated attachments to other services
    compartmentId String
    The ID of the compartment in which to list resources.
    consumptionModel String
    The entitlement used for billing purposes
    definedTags 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 the Process Automation instance.
    displayName String
    A filter to return only resources that match the entire display name given.
    freeformTags 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
    unique OpaInstance identifier
    idcsAt String
    identityAppDisplayName 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.
    identityAppGuid 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.
    identityAppOpcServiceInstanceGuid 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.
    identityDomainUrl 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.
    instanceUrl String
    OPA Instance URL
    isBreakglassEnabled Boolean
    indicates if breakGlass is enabled for the opa instance.
    meteringType String
    MeteringType Identifier
    shapeName String
    Shape of the instance.
    state String
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time when OpaInstance was created. An RFC3339 formatted datetime string
    timeUpdated String
    The time the OpaInstance was updated. An RFC3339 formatted datetime string
    attachments GetOpaInstancesOpaInstanceCollectionItemAttachment[]
    A list of associated attachments to other services
    compartmentId string
    The ID of the compartment in which to list resources.
    consumptionModel string
    The entitlement used for billing purposes
    definedTags {[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 the Process Automation instance.
    displayName string
    A filter to return only resources that match the entire display name given.
    freeformTags {[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
    unique OpaInstance identifier
    idcsAt string
    identityAppDisplayName 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.
    identityAppGuid 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.
    identityAppOpcServiceInstanceGuid 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.
    identityDomainUrl 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.
    instanceUrl string
    OPA Instance URL
    isBreakglassEnabled boolean
    indicates if breakGlass is enabled for the opa instance.
    meteringType string
    MeteringType Identifier
    shapeName string
    Shape of the instance.
    state string
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time when OpaInstance was created. An RFC3339 formatted datetime string
    timeUpdated string
    The time the OpaInstance was updated. An RFC3339 formatted datetime string
    attachments Sequence[opa.GetOpaInstancesOpaInstanceCollectionItemAttachment]
    A list of associated attachments to other services
    compartment_id str
    The ID of the compartment in which to list resources.
    consumption_model str
    The entitlement used for billing purposes
    defined_tags 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 the Process Automation instance.
    display_name str
    A filter to return only resources that match the entire display name given.
    freeform_tags 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
    unique OpaInstance identifier
    idcs_at str
    identity_app_display_name 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 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 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 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 str
    OPA Instance URL
    is_breakglass_enabled bool
    indicates if breakGlass is enabled for the opa instance.
    metering_type str
    MeteringType Identifier
    shape_name str
    Shape of the instance.
    state str
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The time when OpaInstance was created. An RFC3339 formatted datetime string
    time_updated str
    The time the OpaInstance was updated. An RFC3339 formatted datetime string
    attachments List<Property Map>
    A list of associated attachments to other services
    compartmentId String
    The ID of the compartment in which to list resources.
    consumptionModel String
    The entitlement used for billing purposes
    definedTags 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 the Process Automation instance.
    displayName String
    A filter to return only resources that match the entire display name given.
    freeformTags 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
    unique OpaInstance identifier
    idcsAt String
    identityAppDisplayName 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.
    identityAppGuid 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.
    identityAppOpcServiceInstanceGuid 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.
    identityDomainUrl 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.
    instanceUrl String
    OPA Instance URL
    isBreakglassEnabled Boolean
    indicates if breakGlass is enabled for the opa instance.
    meteringType String
    MeteringType Identifier
    shapeName String
    Shape of the instance.
    state String
    A filter to return only resources their lifecycleState matches the given lifecycleState.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time when OpaInstance was created. An RFC3339 formatted datetime string
    timeUpdated String
    The time the OpaInstance was updated. An RFC3339 formatted datetime string

    GetOpaInstancesOpaInstanceCollectionItemAttachment

    IsImplicit 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
    TargetId string
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    TargetInstanceUrl string
    The dataplane instance URL of the attached instance
    TargetRole string
    The role of the target attachment.
    TargetServiceType string
    The type of the target instance, such as "FUSION".
    IsImplicit 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
    TargetId string
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    TargetInstanceUrl string
    The dataplane instance URL of the attached instance
    TargetRole string
    The role of the target attachment.
    TargetServiceType string
    The type of the target instance, such as "FUSION".
    isImplicit 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
    targetId String
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    targetInstanceUrl String
    The dataplane instance URL of the attached instance
    targetRole String
    The role of the target attachment.
    targetServiceType String
    The type of the target instance, such as "FUSION".
    isImplicit 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
    targetId string
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    targetInstanceUrl string
    The dataplane instance URL of the attached instance
    targetRole string
    The role of the target attachment.
    targetServiceType string
    The type of the target instance, such as "FUSION".
    is_implicit 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
    target_id 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 str
    The dataplane instance URL of the attached instance
    target_role str
    The role of the target attachment.
    target_service_type str
    The type of the target instance, such as "FUSION".
    isImplicit 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
    targetId String
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    targetInstanceUrl String
    The dataplane instance URL of the attached instance
    targetRole String
    The role of the target attachment.
    targetServiceType 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.
    oci logo
    Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi