Viewing docs for Oracle Cloud Infrastructure v4.15.0
published on Thursday, Jun 11, 2026 by Pulumi
published on Thursday, Jun 11, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.15.0
published on Thursday, Jun 11, 2026 by Pulumi
published on Thursday, Jun 11, 2026 by Pulumi
This data source provides details about a specific Subscription resource in Oracle Cloud Infrastructure Self service.
Gets information about a Subscription.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSubscription = oci.oci.getSelfSubscription({
subscriptionId: testSubscriptionOciSelfSubscription.id,
});
import pulumi
import pulumi_oci as oci
test_subscription = oci.oci.get_self_subscription(subscription_id=test_subscription_oci_self_subscription["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.LookupSelfSubscription(ctx, &oci.LookupSelfSubscriptionArgs{
SubscriptionId: testSubscriptionOciSelfSubscription.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 testSubscription = Oci.Oci.GetSelfSubscription.Invoke(new()
{
SubscriptionId = testSubscriptionOciSelfSubscription.Id,
});
});
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.GetSelfSubscriptionArgs;
import java.util.ArrayList;
import java.util.Arrays;
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 testSubscription = OciFunctions.getSelfSubscription(GetSelfSubscriptionArgs.builder()
.subscriptionId(testSubscriptionOciSelfSubscription.id())
.build());
}
}
variables:
testSubscription:
fn::invoke:
function: oci:oci:getSelfSubscription
arguments:
subscriptionId: ${testSubscriptionOciSelfSubscription.id}
pulumi {
required_providers {
oci = {
source = "pulumi/oci"
}
}
}
data "oci_oci_getselfsubscription" "testSubscription" {
subscription_id = testSubscriptionOciSelfSubscription.id
}
Using getSelfSubscription
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 getSelfSubscription(args: GetSelfSubscriptionArgs, opts?: InvokeOptions): Promise<GetSelfSubscriptionResult>
function getSelfSubscriptionOutput(args: GetSelfSubscriptionOutputArgs, opts?: InvokeOptions): Output<GetSelfSubscriptionResult>def get_self_subscription(subscription_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSelfSubscriptionResult
def get_self_subscription_output(subscription_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSelfSubscriptionResult]func LookupSelfSubscription(ctx *Context, args *LookupSelfSubscriptionArgs, opts ...InvokeOption) (*LookupSelfSubscriptionResult, error)
func LookupSelfSubscriptionOutput(ctx *Context, args *LookupSelfSubscriptionOutputArgs, opts ...InvokeOption) LookupSelfSubscriptionResultOutput> Note: This function is named LookupSelfSubscription in the Go SDK.
public static class GetSelfSubscription
{
public static Task<GetSelfSubscriptionResult> InvokeAsync(GetSelfSubscriptionArgs args, InvokeOptions? opts = null)
public static Output<GetSelfSubscriptionResult> Invoke(GetSelfSubscriptionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSelfSubscriptionResult> getSelfSubscription(GetSelfSubscriptionArgs args, InvokeOptions options)
public static Output<GetSelfSubscriptionResult> getSelfSubscription(GetSelfSubscriptionArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getSelfSubscription:getSelfSubscription
arguments:
# arguments dictionarydata "oci_oci_getselfsubscription" "name" {
# arguments
}The following arguments are supported:
- Subscription
Id string - The unique identifier for the subscription.
- Subscription
Id string - The unique identifier for the subscription.
- subscription_
id string - The unique identifier for the subscription.
- subscription
Id String - The unique identifier for the subscription.
- subscription
Id string - The unique identifier for the subscription.
- subscription_
id str - The unique identifier for the subscription.
- subscription
Id String - The unique identifier for the subscription.
getSelfSubscription Result
The following output properties are available:
- Additional
Details List<GetSelf Subscription Additional Detail> - Additional details that are specific for this subscription such as activation details.
- Compartment
Id string - The unique identifier for the compartment where the subscription was purchased.
- 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"} - Display
Name string - The subscription name. Must be unique within the compartment. This value can be updated.
- 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"} - Id string
- The unique identifier for the subscription within a specific compartment.
- Lifecycle
Details string - A message that describes the current state of the Subscription in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Product
Id string - The unique OCID of the product, effectively functioning as the listing ID.
- Realm string
- The realm from where customer is buying the subscription.
- Region string
- The region from where customer is buying the subscription.
- Seller
Id string - The OCID that identifies the seller within the platform.
- Source
Type string - The type of seller in SELF Service.
- State string
- The current lifecycle state of the Subscription.
- Subscription
Details List<GetSelf Subscription Subscription Detail> - The details of a subscription
- Subscription
Id string - Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Tenant
Id string - The unique identifier for the tenant where the subscription was purchased.
- Time
Created string - The date and time the Subscription was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Ended string - The date and time the Subscription was ended, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Started string - The date and time the Subscription was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the Subscription was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Additional
Details []GetSelf Subscription Additional Detail - Additional details that are specific for this subscription such as activation details.
- Compartment
Id string - The unique identifier for the compartment where the subscription was purchased.
- 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"} - Display
Name string - The subscription name. Must be unique within the compartment. This value can be updated.
- 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"} - Id string
- The unique identifier for the subscription within a specific compartment.
- Lifecycle
Details string - A message that describes the current state of the Subscription in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Product
Id string - The unique OCID of the product, effectively functioning as the listing ID.
- Realm string
- The realm from where customer is buying the subscription.
- Region string
- The region from where customer is buying the subscription.
- Seller
Id string - The OCID that identifies the seller within the platform.
- Source
Type string - The type of seller in SELF Service.
- State string
- The current lifecycle state of the Subscription.
- Subscription
Details []GetSelf Subscription Subscription Detail - The details of a subscription
- Subscription
Id string - map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Tenant
Id string - The unique identifier for the tenant where the subscription was purchased.
- Time
Created string - The date and time the Subscription was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Ended string - The date and time the Subscription was ended, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Started string - The date and time the Subscription was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the Subscription was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- additional_
details list(object) - Additional details that are specific for this subscription such as activation details.
- compartment_
id string - The unique identifier for the compartment where the subscription was purchased.
- 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"} - display_
name string - The subscription name. Must be unique within the compartment. This value can be updated.
- 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"} - id string
- The unique identifier for the subscription within a specific compartment.
- lifecycle_
details string - A message that describes the current state of the Subscription in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- product_
id string - The unique OCID of the product, effectively functioning as the listing ID.
- realm string
- The realm from where customer is buying the subscription.
- region string
- The region from where customer is buying the subscription.
- seller_
id string - The OCID that identifies the seller within the platform.
- source_
type string - The type of seller in SELF Service.
- state string
- The current lifecycle state of the Subscription.
- subscription_
details list(object) - The details of a subscription
- subscription_
id string - map(string)
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tenant_
id string - The unique identifier for the tenant where the subscription was purchased.
- time_
created string - The date and time the Subscription was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
ended string - The date and time the Subscription was ended, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
started string - The date and time the Subscription was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
updated string - The date and time the Subscription was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- additional
Details List<GetSelf Subscription Additional Detail> - Additional details that are specific for this subscription such as activation details.
- compartment
Id String - The unique identifier for the compartment where the subscription was purchased.
- 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"} - display
Name String - The subscription name. Must be unique within the compartment. This value can be updated.
- 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"} - id String
- The unique identifier for the subscription within a specific compartment.
- lifecycle
Details String - A message that describes the current state of the Subscription in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- product
Id String - The unique OCID of the product, effectively functioning as the listing ID.
- realm String
- The realm from where customer is buying the subscription.
- region String
- The region from where customer is buying the subscription.
- seller
Id String - The OCID that identifies the seller within the platform.
- source
Type String - The type of seller in SELF Service.
- state String
- The current lifecycle state of the Subscription.
- subscription
Details List<GetSelf Subscription Subscription Detail> - The details of a subscription
- subscription
Id String - Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tenant
Id String - The unique identifier for the tenant where the subscription was purchased.
- time
Created String - The date and time the Subscription was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Ended String - The date and time the Subscription was ended, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Started String - The date and time the Subscription was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the Subscription was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- additional
Details GetSelf Subscription Additional Detail[] - Additional details that are specific for this subscription such as activation details.
- compartment
Id string - The unique identifier for the compartment where the subscription was purchased.
- {[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"} - display
Name string - The subscription name. Must be unique within the compartment. This value can be updated.
- {[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"} - id string
- The unique identifier for the subscription within a specific compartment.
- lifecycle
Details string - A message that describes the current state of the Subscription in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- product
Id string - The unique OCID of the product, effectively functioning as the listing ID.
- realm string
- The realm from where customer is buying the subscription.
- region string
- The region from where customer is buying the subscription.
- seller
Id string - The OCID that identifies the seller within the platform.
- source
Type string - The type of seller in SELF Service.
- state string
- The current lifecycle state of the Subscription.
- subscription
Details GetSelf Subscription Subscription Detail[] - The details of a subscription
- subscription
Id string - {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tenant
Id string - The unique identifier for the tenant where the subscription was purchased.
- time
Created string - The date and time the Subscription was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Ended string - The date and time the Subscription was ended, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Started string - The date and time the Subscription was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the Subscription was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- additional_
details Sequence[GetSelf Subscription Additional Detail] - Additional details that are specific for this subscription such as activation details.
- compartment_
id str - The unique identifier for the compartment where the subscription was purchased.
- 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"} - display_
name str - The subscription name. Must be unique within the compartment. This value can be updated.
- 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"} - id str
- The unique identifier for the subscription within a specific compartment.
- lifecycle_
details str - A message that describes the current state of the Subscription in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- product_
id str - The unique OCID of the product, effectively functioning as the listing ID.
- realm str
- The realm from where customer is buying the subscription.
- region str
- The region from where customer is buying the subscription.
- seller_
id str - The OCID that identifies the seller within the platform.
- source_
type str - The type of seller in SELF Service.
- state str
- The current lifecycle state of the Subscription.
- subscription_
details Sequence[GetSelf Subscription Subscription Detail] - The details of a subscription
- subscription_
id str - Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tenant_
id str - The unique identifier for the tenant where the subscription was purchased.
- time_
created str - The date and time the Subscription was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
ended str - The date and time the Subscription was ended, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
started str - The date and time the Subscription was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the Subscription was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- additional
Details List<Property Map> - Additional details that are specific for this subscription such as activation details.
- compartment
Id String - The unique identifier for the compartment where the subscription was purchased.
- 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"} - display
Name String - The subscription name. Must be unique within the compartment. This value can be updated.
- 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"} - id String
- The unique identifier for the subscription within a specific compartment.
- lifecycle
Details String - A message that describes the current state of the Subscription in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- product
Id String - The unique OCID of the product, effectively functioning as the listing ID.
- realm String
- The realm from where customer is buying the subscription.
- region String
- The region from where customer is buying the subscription.
- seller
Id String - The OCID that identifies the seller within the platform.
- source
Type String - The type of seller in SELF Service.
- state String
- The current lifecycle state of the Subscription.
- subscription
Details List<Property Map> - The details of a subscription
- subscription
Id String - Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - tenant
Id String - The unique identifier for the tenant where the subscription was purchased.
- time
Created String - The date and time the Subscription was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Ended String - The date and time the Subscription was ended, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Started String - The date and time the Subscription was started, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the Subscription was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
Supporting Types
GetSelfSubscriptionAdditionalDetail
GetSelfSubscriptionSubscriptionDetail
- Amount double
- Tha amount for the currency type.
- Billing
Details List<GetSelf Subscription Subscription Detail Billing Detail> - Sku details for billing subscription.
- Currency string
- The currency supported, in the format specified by ISO-4217
- Is
Auto boolRenew - Whether subscription should be auto-renewed at the end of cycle.
- Partner
Registration stringUrl - The activation link given by the partner.
- Pricing
Plans List<GetSelf Subscription Subscription Detail Pricing Plan> - A pricing plan details provided by the Publisher.
- Amount float64
- Tha amount for the currency type.
- Billing
Details []GetSelf Subscription Subscription Detail Billing Detail - Sku details for billing subscription.
- Currency string
- The currency supported, in the format specified by ISO-4217
- Is
Auto boolRenew - Whether subscription should be auto-renewed at the end of cycle.
- Partner
Registration stringUrl - The activation link given by the partner.
- Pricing
Plans []GetSelf Subscription Subscription Detail Pricing Plan - A pricing plan details provided by the Publisher.
- amount number
- Tha amount for the currency type.
- billing_
details list(object) - Sku details for billing subscription.
- currency string
- The currency supported, in the format specified by ISO-4217
- is_
auto_ boolrenew - Whether subscription should be auto-renewed at the end of cycle.
- partner_
registration_ stringurl - The activation link given by the partner.
- pricing_
plans list(object) - A pricing plan details provided by the Publisher.
- amount Double
- Tha amount for the currency type.
- billing
Details List<GetSelf Subscription Subscription Detail Billing Detail> - Sku details for billing subscription.
- currency String
- The currency supported, in the format specified by ISO-4217
- is
Auto BooleanRenew - Whether subscription should be auto-renewed at the end of cycle.
- partner
Registration StringUrl - The activation link given by the partner.
- pricing
Plans List<GetSelf Subscription Subscription Detail Pricing Plan> - A pricing plan details provided by the Publisher.
- amount number
- Tha amount for the currency type.
- billing
Details GetSelf Subscription Subscription Detail Billing Detail[] - Sku details for billing subscription.
- currency string
- The currency supported, in the format specified by ISO-4217
- is
Auto booleanRenew - Whether subscription should be auto-renewed at the end of cycle.
- partner
Registration stringUrl - The activation link given by the partner.
- pricing
Plans GetSelf Subscription Subscription Detail Pricing Plan[] - A pricing plan details provided by the Publisher.
- amount float
- Tha amount for the currency type.
- billing_
details Sequence[GetSelf Subscription Subscription Detail Billing Detail] - Sku details for billing subscription.
- currency str
- The currency supported, in the format specified by ISO-4217
- is_
auto_ boolrenew - Whether subscription should be auto-renewed at the end of cycle.
- partner_
registration_ strurl - The activation link given by the partner.
- pricing_
plans Sequence[GetSelf Subscription Subscription Detail Pricing Plan] - A pricing plan details provided by the Publisher.
- amount Number
- Tha amount for the currency type.
- billing
Details List<Property Map> - Sku details for billing subscription.
- currency String
- The currency supported, in the format specified by ISO-4217
- is
Auto BooleanRenew - Whether subscription should be auto-renewed at the end of cycle.
- partner
Registration StringUrl - The activation link given by the partner.
- pricing
Plans List<Property Map> - A pricing plan details provided by the Publisher.
GetSelfSubscriptionSubscriptionDetailBillingDetail
- Has
Gov boolSku - Whether this sku is assign to gov product.
- Meters
List<Get
Self Subscription Subscription Detail Billing Detail Meter> - The meters associated with sku.
- Metric
Type string - The part's metric.
- Rate
Allocation double - Tha rate of this sku meter.
- Sku string
- Sku for service.
- Has
Gov boolSku - Whether this sku is assign to gov product.
- Meters
[]Get
Self Subscription Subscription Detail Billing Detail Meter - The meters associated with sku.
- Metric
Type string - The part's metric.
- Rate
Allocation float64 - Tha rate of this sku meter.
- Sku string
- Sku for service.
- has_
gov_ boolsku - Whether this sku is assign to gov product.
- meters list(object)
- The meters associated with sku.
- metric_
type string - The part's metric.
- rate_
allocation number - Tha rate of this sku meter.
- sku string
- Sku for service.
- has
Gov BooleanSku - Whether this sku is assign to gov product.
- meters
List<Get
Self Subscription Subscription Detail Billing Detail Meter> - The meters associated with sku.
- metric
Type String - The part's metric.
- rate
Allocation Double - Tha rate of this sku meter.
- sku String
- Sku for service.
- has
Gov booleanSku - Whether this sku is assign to gov product.
- meters
Get
Self Subscription Subscription Detail Billing Detail Meter[] - The meters associated with sku.
- metric
Type string - The part's metric.
- rate
Allocation number - Tha rate of this sku meter.
- sku string
- Sku for service.
- has_
gov_ boolsku - Whether this sku is assign to gov product.
- meters
Sequence[Get
Self Subscription Subscription Detail Billing Detail Meter] - The meters associated with sku.
- metric_
type str - The part's metric.
- rate_
allocation float - Tha rate of this sku meter.
- sku str
- Sku for service.
- has
Gov BooleanSku - Whether this sku is assign to gov product.
- meters List<Property Map>
- The meters associated with sku.
- metric
Type String - The part's metric.
- rate
Allocation Number - Tha rate of this sku meter.
- sku String
- Sku for service.
GetSelfSubscriptionSubscriptionDetailBillingDetailMeter
- Extended
Metadatas List<GetSelf Subscription Subscription Detail Billing Detail Meter Extended Metadata> - Additional data give by sku.
- Name string
- Name of meter.
- Rate
Allocation double - Tha rate of this sku meter.
- Extended
Metadatas []GetSelf Subscription Subscription Detail Billing Detail Meter Extended Metadata - Additional data give by sku.
- Name string
- Name of meter.
- Rate
Allocation float64 - Tha rate of this sku meter.
- extended_
metadatas list(object) - Additional data give by sku.
- name string
- Name of meter.
- rate_
allocation number - Tha rate of this sku meter.
- extended
Metadatas List<GetSelf Subscription Subscription Detail Billing Detail Meter Extended Metadata> - Additional data give by sku.
- name String
- Name of meter.
- rate
Allocation Double - Tha rate of this sku meter.
- extended
Metadatas GetSelf Subscription Subscription Detail Billing Detail Meter Extended Metadata[] - Additional data give by sku.
- name string
- Name of meter.
- rate
Allocation number - Tha rate of this sku meter.
- extended_
metadatas Sequence[GetSelf Subscription Subscription Detail Billing Detail Meter Extended Metadata] - Additional data give by sku.
- name str
- Name of meter.
- rate_
allocation float - Tha rate of this sku meter.
- extended
Metadatas List<Property Map> - Additional data give by sku.
- name String
- Name of meter.
- rate
Allocation Number - Tha rate of this sku meter.
GetSelfSubscriptionSubscriptionDetailBillingDetailMeterExtendedMetadata
GetSelfSubscriptionSubscriptionDetailPricingPlan
- Billing
Frequency string - Specifies the interval at which billing occurs for the subscription plan.
- Plan
Description string - A detailed explanation of the subscription plan.
- Plan
Duration string - Specifies the interval at which billing occurs for the subscription plan.
- Plan
Name string - The name of the subscription plan used to identify the plan.
- Plan
Type string - The type of the subscription plan.
- Rates
List<Get
Self Subscription Subscription Detail Pricing Plan Rate> - The pricing details of the subscription plan in various supported currencies.
- Billing
Frequency string - Specifies the interval at which billing occurs for the subscription plan.
- Plan
Description string - A detailed explanation of the subscription plan.
- Plan
Duration string - Specifies the interval at which billing occurs for the subscription plan.
- Plan
Name string - The name of the subscription plan used to identify the plan.
- Plan
Type string - The type of the subscription plan.
- Rates
[]Get
Self Subscription Subscription Detail Pricing Plan Rate - The pricing details of the subscription plan in various supported currencies.
- billing_
frequency string - Specifies the interval at which billing occurs for the subscription plan.
- plan_
description string - A detailed explanation of the subscription plan.
- plan_
duration string - Specifies the interval at which billing occurs for the subscription plan.
- plan_
name string - The name of the subscription plan used to identify the plan.
- plan_
type string - The type of the subscription plan.
- rates list(object)
- The pricing details of the subscription plan in various supported currencies.
- billing
Frequency String - Specifies the interval at which billing occurs for the subscription plan.
- plan
Description String - A detailed explanation of the subscription plan.
- plan
Duration String - Specifies the interval at which billing occurs for the subscription plan.
- plan
Name String - The name of the subscription plan used to identify the plan.
- plan
Type String - The type of the subscription plan.
- rates
List<Get
Self Subscription Subscription Detail Pricing Plan Rate> - The pricing details of the subscription plan in various supported currencies.
- billing
Frequency string - Specifies the interval at which billing occurs for the subscription plan.
- plan
Description string - A detailed explanation of the subscription plan.
- plan
Duration string - Specifies the interval at which billing occurs for the subscription plan.
- plan
Name string - The name of the subscription plan used to identify the plan.
- plan
Type string - The type of the subscription plan.
- rates
Get
Self Subscription Subscription Detail Pricing Plan Rate[] - The pricing details of the subscription plan in various supported currencies.
- billing_
frequency str - Specifies the interval at which billing occurs for the subscription plan.
- plan_
description str - A detailed explanation of the subscription plan.
- plan_
duration str - Specifies the interval at which billing occurs for the subscription plan.
- plan_
name str - The name of the subscription plan used to identify the plan.
- plan_
type str - The type of the subscription plan.
- rates
Sequence[Get
Self Subscription Subscription Detail Pricing Plan Rate] - The pricing details of the subscription plan in various supported currencies.
- billing
Frequency String - Specifies the interval at which billing occurs for the subscription plan.
- plan
Description String - A detailed explanation of the subscription plan.
- plan
Duration String - Specifies the interval at which billing occurs for the subscription plan.
- plan
Name String - The name of the subscription plan used to identify the plan.
- plan
Type String - The type of the subscription plan.
- rates List<Property Map>
- The pricing details of the subscription plan in various supported currencies.
GetSelfSubscriptionSubscriptionDetailPricingPlanRate
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.15.0
published on Thursday, Jun 11, 2026 by Pulumi
published on Thursday, Jun 11, 2026 by Pulumi