Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
This data source provides the list of Multicloud subscriptions in Oracle Cloud Infrastructure Multicloud service.
Gets a list of Multicloud subscriptions.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMulticloudsubscriptions = oci.oci.getMulticloudMulticloudsubscriptions({
compartmentId: compartmentId,
displayName: displayName,
});
import pulumi
import pulumi_oci as oci
test_multicloudsubscriptions = oci.oci.get_multicloud_multicloudsubscriptions(compartment_id=compartment_id,
display_name=display_name)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.GetMulticloudMulticloudsubscriptions(ctx, &oci.GetMulticloudMulticloudsubscriptionsArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(displayName),
}, 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 testMulticloudsubscriptions = Oci.Oci.GetMulticloudMulticloudsubscriptions.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = displayName,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetMulticloudMulticloudsubscriptionsArgs;
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 testMulticloudsubscriptions = OciFunctions.getMulticloudMulticloudsubscriptions(GetMulticloudMulticloudsubscriptionsArgs.builder()
.compartmentId(compartmentId)
.displayName(displayName)
.build());
}
}
variables:
testMulticloudsubscriptions:
fn::invoke:
function: oci:oci:getMulticloudMulticloudsubscriptions
arguments:
compartmentId: ${compartmentId}
displayName: ${displayName}
Using getMulticloudMulticloudsubscriptions
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 getMulticloudMulticloudsubscriptions(args: GetMulticloudMulticloudsubscriptionsArgs, opts?: InvokeOptions): Promise<GetMulticloudMulticloudsubscriptionsResult>
function getMulticloudMulticloudsubscriptionsOutput(args: GetMulticloudMulticloudsubscriptionsOutputArgs, opts?: InvokeOptions): Output<GetMulticloudMulticloudsubscriptionsResult>def get_multicloud_multicloudsubscriptions(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetMulticloudMulticloudsubscriptionsFilter]] = None,
limit: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetMulticloudMulticloudsubscriptionsResult
def get_multicloud_multicloudsubscriptions_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetMulticloudMulticloudsubscriptionsFilterArgs]]]] = None,
limit: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMulticloudMulticloudsubscriptionsResult]func GetMulticloudMulticloudsubscriptions(ctx *Context, args *GetMulticloudMulticloudsubscriptionsArgs, opts ...InvokeOption) (*GetMulticloudMulticloudsubscriptionsResult, error)
func GetMulticloudMulticloudsubscriptionsOutput(ctx *Context, args *GetMulticloudMulticloudsubscriptionsOutputArgs, opts ...InvokeOption) GetMulticloudMulticloudsubscriptionsResultOutput> Note: This function is named GetMulticloudMulticloudsubscriptions in the Go SDK.
public static class GetMulticloudMulticloudsubscriptions
{
public static Task<GetMulticloudMulticloudsubscriptionsResult> InvokeAsync(GetMulticloudMulticloudsubscriptionsArgs args, InvokeOptions? opts = null)
public static Output<GetMulticloudMulticloudsubscriptionsResult> Invoke(GetMulticloudMulticloudsubscriptionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMulticloudMulticloudsubscriptionsResult> getMulticloudMulticloudsubscriptions(GetMulticloudMulticloudsubscriptionsArgs args, InvokeOptions options)
public static Output<GetMulticloudMulticloudsubscriptionsResult> getMulticloudMulticloudsubscriptions(GetMulticloudMulticloudsubscriptionsArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getMulticloudMulticloudsubscriptions:getMulticloudMulticloudsubscriptions
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Multicloud Multicloudsubscriptions Filter> - Limit int
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Multicloud Multicloudsubscriptions Filter - Limit int
- compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
Multicloud Multicloudsubscriptions Filter> - limit Integer
- compartment
Id string - The OCID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
Multicloud Multicloudsubscriptions Filter[] - limit number
- compartment_
id str - The OCID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Sequence[Get
Multicloud Multicloudsubscriptions Filter] - limit int
- compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- limit Number
getMulticloudMulticloudsubscriptions Result
The following output properties are available:
- Compartment
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Multicloud
Subscription List<GetCollections Multicloud Multicloudsubscriptions Multicloud Subscription Collection> - The list of Multicloudsubscription.
- Display
Name string - Filters
List<Get
Multicloud Multicloudsubscriptions Filter> - Limit int
- Compartment
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Multicloud
Subscription []GetCollections Multicloud Multicloudsubscriptions Multicloud Subscription Collection - The list of Multicloudsubscription.
- Display
Name string - Filters
[]Get
Multicloud Multicloudsubscriptions Filter - Limit int
- compartment
Id String - id String
- The provider-assigned unique ID for this managed resource.
- multicloud
Subscription List<GetCollections Multicloud Multicloudsubscriptions Multicloud Subscription Collection> - The list of Multicloudsubscription.
- display
Name String - filters
List<Get
Multicloud Multicloudsubscriptions Filter> - limit Integer
- compartment
Id string - id string
- The provider-assigned unique ID for this managed resource.
- multicloud
Subscription GetCollections Multicloud Multicloudsubscriptions Multicloud Subscription Collection[] - The list of Multicloudsubscription.
- display
Name string - filters
Get
Multicloud Multicloudsubscriptions Filter[] - limit number
- compartment_
id str - id str
- The provider-assigned unique ID for this managed resource.
- multicloud_
subscription_ Sequence[Getcollections Multicloud Multicloudsubscriptions Multicloud Subscription Collection] - The list of Multicloudsubscription.
- display_
name str - filters
Sequence[Get
Multicloud Multicloudsubscriptions Filter] - limit int
- compartment
Id String - id String
- The provider-assigned unique ID for this managed resource.
- multicloud
Subscription List<Property Map>Collections - The list of Multicloudsubscription.
- display
Name String - filters List<Property Map>
- limit Number
Supporting Types
GetMulticloudMulticloudsubscriptionsFilter
GetMulticloudMulticloudsubscriptionsMulticloudSubscriptionCollection
- Items
List<Get
Multicloud Multicloudsubscriptions Multicloud Subscription Collection Item> - List of MulticloudSubscriptionSummary.
- Items
[]Get
Multicloud Multicloudsubscriptions Multicloud Subscription Collection Item - List of MulticloudSubscriptionSummary.
- items
List<Get
Multicloud Multicloudsubscriptions Multicloud Subscription Collection Item> - List of MulticloudSubscriptionSummary.
- items
Get
Multicloud Multicloudsubscriptions Multicloud Subscription Collection Item[] - List of MulticloudSubscriptionSummary.
- items
Sequence[Get
Multicloud Multicloudsubscriptions Multicloud Subscription Collection Item] - List of MulticloudSubscriptionSummary.
- items List<Property Map>
- List of MulticloudSubscriptionSummary.
GetMulticloudMulticloudsubscriptionsMulticloudSubscriptionCollectionItem
- Active
Commitment string - Total value for the subscription.
- Classic
Subscription stringId - Subscription ID for Oracle Cloud Infrastructure and Partner cloud in classic format.
- Csp
Additional Dictionary<string, string>Properties - CSP Specific Additional Properties, AzureSubnetId for Azure
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Lifecycle
State string - The current state of the subscription.
- Partner
Cloud stringAccount Identifier - The partner cloud account ID.
- Payment
Plan string - Payment plan for the subscription.
- Service
Name string - The serviceName that externalLocation map object belongs to.
- Subscription
Id string - URL to the subscription page https://{console-url}/org-mgmt/subscription/ocid1.organizationssubscription.oc1.iad.amaaaaaapf266qyaqohz27zvh45jzaielgwojo53bh24s7cy5q5g7fiknpxa?region=us-ashburn-1.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the subscription was created, in the format defined by RFC 3339.
- Time
End stringDate - The date and time when the subscription is finishing, in the format defined by RFC 3339.
- Time
Linked stringDate - The date and time when the multicloud link was created, in the format defined by RFC 3339.
- Time
Updated string - The date and time the subscription was updated, in the format defined by RFC 3339.
- Active
Commitment string - Total value for the subscription.
- Classic
Subscription stringId - Subscription ID for Oracle Cloud Infrastructure and Partner cloud in classic format.
- Csp
Additional map[string]stringProperties - CSP Specific Additional Properties, AzureSubnetId for Azure
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Lifecycle
State string - The current state of the subscription.
- Partner
Cloud stringAccount Identifier - The partner cloud account ID.
- Payment
Plan string - Payment plan for the subscription.
- Service
Name string - The serviceName that externalLocation map object belongs to.
- Subscription
Id string - URL to the subscription page https://{console-url}/org-mgmt/subscription/ocid1.organizationssubscription.oc1.iad.amaaaaaapf266qyaqohz27zvh45jzaielgwojo53bh24s7cy5q5g7fiknpxa?region=us-ashburn-1.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the subscription was created, in the format defined by RFC 3339.
- Time
End stringDate - The date and time when the subscription is finishing, in the format defined by RFC 3339.
- Time
Linked stringDate - The date and time when the multicloud link was created, in the format defined by RFC 3339.
- Time
Updated string - The date and time the subscription was updated, in the format defined by RFC 3339.
- active
Commitment String - Total value for the subscription.
- classic
Subscription StringId - Subscription ID for Oracle Cloud Infrastructure and Partner cloud in classic format.
- csp
Additional Map<String,String>Properties - CSP Specific Additional Properties, AzureSubnetId for Azure
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - lifecycle
State String - The current state of the subscription.
- partner
Cloud StringAccount Identifier - The partner cloud account ID.
- payment
Plan String - Payment plan for the subscription.
- service
Name String - The serviceName that externalLocation map object belongs to.
- subscription
Id String - URL to the subscription page https://{console-url}/org-mgmt/subscription/ocid1.organizationssubscription.oc1.iad.amaaaaaapf266qyaqohz27zvh45jzaielgwojo53bh24s7cy5q5g7fiknpxa?region=us-ashburn-1.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the subscription was created, in the format defined by RFC 3339.
- time
End StringDate - The date and time when the subscription is finishing, in the format defined by RFC 3339.
- time
Linked StringDate - The date and time when the multicloud link was created, in the format defined by RFC 3339.
- time
Updated String - The date and time the subscription was updated, in the format defined by RFC 3339.
- active
Commitment string - Total value for the subscription.
- classic
Subscription stringId - Subscription ID for Oracle Cloud Infrastructure and Partner cloud in classic format.
- csp
Additional {[key: string]: string}Properties - CSP Specific Additional Properties, AzureSubnetId for Azure
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - lifecycle
State string - The current state of the subscription.
- partner
Cloud stringAccount Identifier - The partner cloud account ID.
- payment
Plan string - Payment plan for the subscription.
- service
Name string - The serviceName that externalLocation map object belongs to.
- subscription
Id string - URL to the subscription page https://{console-url}/org-mgmt/subscription/ocid1.organizationssubscription.oc1.iad.amaaaaaapf266qyaqohz27zvh45jzaielgwojo53bh24s7cy5q5g7fiknpxa?region=us-ashburn-1.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time the subscription was created, in the format defined by RFC 3339.
- time
End stringDate - The date and time when the subscription is finishing, in the format defined by RFC 3339.
- time
Linked stringDate - The date and time when the multicloud link was created, in the format defined by RFC 3339.
- time
Updated string - The date and time the subscription was updated, in the format defined by RFC 3339.
- active_
commitment str - Total value for the subscription.
- classic_
subscription_ strid - Subscription ID for Oracle Cloud Infrastructure and Partner cloud in classic format.
- csp_
additional_ Mapping[str, str]properties - CSP Specific Additional Properties, AzureSubnetId for Azure
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - lifecycle_
state str - The current state of the subscription.
- partner_
cloud_ straccount_ identifier - The partner cloud account ID.
- payment_
plan str - Payment plan for the subscription.
- service_
name str - The serviceName that externalLocation map object belongs to.
- subscription_
id str - URL to the subscription page https://{console-url}/org-mgmt/subscription/ocid1.organizationssubscription.oc1.iad.amaaaaaapf266qyaqohz27zvh45jzaielgwojo53bh24s7cy5q5g7fiknpxa?region=us-ashburn-1.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The date and time the subscription was created, in the format defined by RFC 3339.
- time_
end_ strdate - The date and time when the subscription is finishing, in the format defined by RFC 3339.
- time_
linked_ strdate - The date and time when the multicloud link was created, in the format defined by RFC 3339.
- time_
updated str - The date and time the subscription was updated, in the format defined by RFC 3339.
- active
Commitment String - Total value for the subscription.
- classic
Subscription StringId - Subscription ID for Oracle Cloud Infrastructure and Partner cloud in classic format.
- csp
Additional Map<String>Properties - CSP Specific Additional Properties, AzureSubnetId for Azure
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - lifecycle
State String - The current state of the subscription.
- partner
Cloud StringAccount Identifier - The partner cloud account ID.
- payment
Plan String - Payment plan for the subscription.
- service
Name String - The serviceName that externalLocation map object belongs to.
- subscription
Id String - URL to the subscription page https://{console-url}/org-mgmt/subscription/ocid1.organizationssubscription.oc1.iad.amaaaaaapf266qyaqohz27zvh45jzaielgwojo53bh24s7cy5q5g7fiknpxa?region=us-ashburn-1.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the subscription was created, in the format defined by RFC 3339.
- time
End StringDate - The date and time when the subscription is finishing, in the format defined by RFC 3339.
- time
Linked StringDate - The date and time when the multicloud link was created, in the format defined by RFC 3339.
- time
Updated String - The date and time the subscription was updated, in the format defined by RFC 3339.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
