oci.OneSubsription.getSubscriptions
Explore with Pulumi AI
This data source provides the list of Subscriptions in Oracle Cloud Infrastructure Onesubscription service.
This list API returns all subscriptions for a given plan number or subscription id or buyer email and provides additional parameters to include ratecard and commitment details. This API expects exactly one of the above mentioned parameters as input. If more than one parameters are provided the API will throw a 400 - invalid parameters exception and if no parameters are provided it will throw a 400 - missing parameter exception
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSubscriptions = oci.OneSubsription.getSubscriptions({
    compartmentId: compartmentId,
    buyerEmail: subscriptionBuyerEmail,
    isCommitInfoRequired: subscriptionIsCommitInfoRequired,
    planNumber: subscriptionPlanNumber,
    subscriptionId: testSubscription.id,
});
import pulumi
import pulumi_oci as oci
test_subscriptions = oci.OneSubsription.get_subscriptions(compartment_id=compartment_id,
    buyer_email=subscription_buyer_email,
    is_commit_info_required=subscription_is_commit_info_required,
    plan_number=subscription_plan_number,
    subscription_id=test_subscription["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/onesubsription"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := onesubsription.GetSubscriptions(ctx, &onesubsription.GetSubscriptionsArgs{
			CompartmentId:        compartmentId,
			BuyerEmail:           pulumi.StringRef(subscriptionBuyerEmail),
			IsCommitInfoRequired: pulumi.BoolRef(subscriptionIsCommitInfoRequired),
			PlanNumber:           pulumi.StringRef(subscriptionPlanNumber),
			SubscriptionId:       pulumi.StringRef(testSubscription.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 testSubscriptions = Oci.OneSubsription.GetSubscriptions.Invoke(new()
    {
        CompartmentId = compartmentId,
        BuyerEmail = subscriptionBuyerEmail,
        IsCommitInfoRequired = subscriptionIsCommitInfoRequired,
        PlanNumber = subscriptionPlanNumber,
        SubscriptionId = testSubscription.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.OneSubsription.OneSubsriptionFunctions;
import com.pulumi.oci.OneSubsription.inputs.GetSubscriptionsArgs;
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 testSubscriptions = OneSubsriptionFunctions.getSubscriptions(GetSubscriptionsArgs.builder()
            .compartmentId(compartmentId)
            .buyerEmail(subscriptionBuyerEmail)
            .isCommitInfoRequired(subscriptionIsCommitInfoRequired)
            .planNumber(subscriptionPlanNumber)
            .subscriptionId(testSubscription.id())
            .build());
    }
}
variables:
  testSubscriptions:
    fn::invoke:
      function: oci:OneSubsription:getSubscriptions
      arguments:
        compartmentId: ${compartmentId}
        buyerEmail: ${subscriptionBuyerEmail}
        isCommitInfoRequired: ${subscriptionIsCommitInfoRequired}
        planNumber: ${subscriptionPlanNumber}
        subscriptionId: ${testSubscription.id}
Using getSubscriptions
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 getSubscriptions(args: GetSubscriptionsArgs, opts?: InvokeOptions): Promise<GetSubscriptionsResult>
function getSubscriptionsOutput(args: GetSubscriptionsOutputArgs, opts?: InvokeOptions): Output<GetSubscriptionsResult>def get_subscriptions(buyer_email: Optional[str] = None,
                      compartment_id: Optional[str] = None,
                      filters: Optional[Sequence[_onesubsription.GetSubscriptionsFilter]] = None,
                      is_commit_info_required: Optional[bool] = None,
                      plan_number: Optional[str] = None,
                      subscription_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetSubscriptionsResult
def get_subscriptions_output(buyer_email: Optional[pulumi.Input[str]] = None,
                      compartment_id: Optional[pulumi.Input[str]] = None,
                      filters: Optional[pulumi.Input[Sequence[pulumi.Input[_onesubsription.GetSubscriptionsFilterArgs]]]] = None,
                      is_commit_info_required: Optional[pulumi.Input[bool]] = None,
                      plan_number: Optional[pulumi.Input[str]] = None,
                      subscription_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetSubscriptionsResult]func GetSubscriptions(ctx *Context, args *GetSubscriptionsArgs, opts ...InvokeOption) (*GetSubscriptionsResult, error)
func GetSubscriptionsOutput(ctx *Context, args *GetSubscriptionsOutputArgs, opts ...InvokeOption) GetSubscriptionsResultOutput> Note: This function is named GetSubscriptions in the Go SDK.
public static class GetSubscriptions 
{
    public static Task<GetSubscriptionsResult> InvokeAsync(GetSubscriptionsArgs args, InvokeOptions? opts = null)
    public static Output<GetSubscriptionsResult> Invoke(GetSubscriptionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSubscriptionsResult> getSubscriptions(GetSubscriptionsArgs args, InvokeOptions options)
public static Output<GetSubscriptionsResult> getSubscriptions(GetSubscriptionsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:OneSubsription/getSubscriptions:getSubscriptions
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the root compartment.
- BuyerEmail string
- Buyer Email Id
- Filters
List<GetSubscriptions Filter> 
- IsCommit boolInfo Required 
- Boolean value to decide whether commitment services will be shown
- PlanNumber string
- The Plan Number
- SubscriptionId string
- Line level Subscription Id
- CompartmentId string
- The OCID of the root compartment.
- BuyerEmail string
- Buyer Email Id
- Filters
[]GetSubscriptions Filter 
- IsCommit boolInfo Required 
- Boolean value to decide whether commitment services will be shown
- PlanNumber string
- The Plan Number
- SubscriptionId string
- Line level Subscription Id
- compartmentId String
- The OCID of the root compartment.
- buyerEmail String
- Buyer Email Id
- filters
List<GetSubscriptions Filter> 
- isCommit BooleanInfo Required 
- Boolean value to decide whether commitment services will be shown
- planNumber String
- The Plan Number
- subscriptionId String
- Line level Subscription Id
- compartmentId string
- The OCID of the root compartment.
- buyerEmail string
- Buyer Email Id
- filters
GetSubscriptions Filter[] 
- isCommit booleanInfo Required 
- Boolean value to decide whether commitment services will be shown
- planNumber string
- The Plan Number
- subscriptionId string
- Line level Subscription Id
- compartment_id str
- The OCID of the root compartment.
- buyer_email str
- Buyer Email Id
- filters
Sequence[onesubsription.Get Subscriptions Filter] 
- is_commit_ boolinfo_ required 
- Boolean value to decide whether commitment services will be shown
- plan_number str
- The Plan Number
- subscription_id str
- Line level Subscription Id
- compartmentId String
- The OCID of the root compartment.
- buyerEmail String
- Buyer Email Id
- filters List<Property Map>
- isCommit BooleanInfo Required 
- Boolean value to decide whether commitment services will be shown
- planNumber String
- The Plan Number
- subscriptionId String
- Line level Subscription Id
getSubscriptions Result
The following output properties are available:
- CompartmentId string
- Id string
- The provider-assigned unique ID for this managed resource.
- Subscriptions
List<GetSubscriptions Subscription> 
- The list of subscriptions.
- BuyerEmail string
- Filters
List<GetSubscriptions Filter> 
- IsCommit boolInfo Required 
- PlanNumber string
- SubscriptionId string
- CompartmentId string
- Id string
- The provider-assigned unique ID for this managed resource.
- Subscriptions
[]GetSubscriptions Subscription 
- The list of subscriptions.
- BuyerEmail string
- Filters
[]GetSubscriptions Filter 
- IsCommit boolInfo Required 
- PlanNumber string
- SubscriptionId string
- compartmentId String
- id String
- The provider-assigned unique ID for this managed resource.
- subscriptions
List<GetSubscriptions Subscription> 
- The list of subscriptions.
- buyerEmail String
- filters
List<GetSubscriptions Filter> 
- isCommit BooleanInfo Required 
- planNumber String
- subscriptionId String
- compartmentId string
- id string
- The provider-assigned unique ID for this managed resource.
- subscriptions
GetSubscriptions Subscription[] 
- The list of subscriptions.
- buyerEmail string
- filters
GetSubscriptions Filter[] 
- isCommit booleanInfo Required 
- planNumber string
- subscriptionId string
- compartment_id str
- id str
- The provider-assigned unique ID for this managed resource.
- subscriptions
Sequence[onesubsription.Get Subscriptions Subscription] 
- The list of subscriptions.
- buyer_email str
- filters
Sequence[onesubsription.Get Subscriptions Filter] 
- is_commit_ boolinfo_ required 
- plan_number str
- subscription_id str
- compartmentId String
- id String
- The provider-assigned unique ID for this managed resource.
- subscriptions List<Property Map>
- The list of subscriptions.
- buyerEmail String
- filters List<Property Map>
- isCommit BooleanInfo Required 
- planNumber String
- subscriptionId String
Supporting Types
GetSubscriptionsFilter  
GetSubscriptionsSubscription  
- Currencies
List<GetSubscriptions Subscription Currency> 
- Currency details
- HoldReason string
- Hold reason of the plan
- ServiceName string
- Customer friendly service name provided by PRG
- Status string
- Subscribed service status
- SubscribedServices List<GetSubscriptions Subscription Subscribed Service> 
- List of Subscribed Services of the plan
- TimeEnd string
- Represents the date when the last service of the subscription ends
- TimeHold stringRelease Eta 
- Represents the date of the hold release
- TimeStart string
- Represents the date when the first service of the subscription was activated
- Currencies
[]GetSubscriptions Subscription Currency 
- Currency details
- HoldReason string
- Hold reason of the plan
- ServiceName string
- Customer friendly service name provided by PRG
- Status string
- Subscribed service status
- SubscribedServices []GetSubscriptions Subscription Subscribed Service 
- List of Subscribed Services of the plan
- TimeEnd string
- Represents the date when the last service of the subscription ends
- TimeHold stringRelease Eta 
- Represents the date of the hold release
- TimeStart string
- Represents the date when the first service of the subscription was activated
- currencies
List<GetSubscriptions Subscription Currency> 
- Currency details
- holdReason String
- Hold reason of the plan
- serviceName String
- Customer friendly service name provided by PRG
- status String
- Subscribed service status
- subscribedServices List<GetSubscriptions Subscription Subscribed Service> 
- List of Subscribed Services of the plan
- timeEnd String
- Represents the date when the last service of the subscription ends
- timeHold StringRelease Eta 
- Represents the date of the hold release
- timeStart String
- Represents the date when the first service of the subscription was activated
- currencies
GetSubscriptions Subscription Currency[] 
- Currency details
- holdReason string
- Hold reason of the plan
- serviceName string
- Customer friendly service name provided by PRG
- status string
- Subscribed service status
- subscribedServices GetSubscriptions Subscription Subscribed Service[] 
- List of Subscribed Services of the plan
- timeEnd string
- Represents the date when the last service of the subscription ends
- timeHold stringRelease Eta 
- Represents the date of the hold release
- timeStart string
- Represents the date when the first service of the subscription was activated
- currencies
Sequence[onesubsription.Get Subscriptions Subscription Currency] 
- Currency details
- hold_reason str
- Hold reason of the plan
- service_name str
- Customer friendly service name provided by PRG
- status str
- Subscribed service status
- subscribed_services Sequence[onesubsription.Get Subscriptions Subscription Subscribed Service] 
- List of Subscribed Services of the plan
- time_end str
- Represents the date when the last service of the subscription ends
- time_hold_ strrelease_ eta 
- Represents the date of the hold release
- time_start str
- Represents the date when the first service of the subscription was activated
- currencies List<Property Map>
- Currency details
- holdReason String
- Hold reason of the plan
- serviceName String
- Customer friendly service name provided by PRG
- status String
- Subscribed service status
- subscribedServices List<Property Map>
- List of Subscribed Services of the plan
- timeEnd String
- Represents the date when the last service of the subscription ends
- timeHold StringRelease Eta 
- Represents the date of the hold release
- timeStart String
- Represents the date when the first service of the subscription was activated
GetSubscriptionsSubscriptionCurrency   
- IsoCode string
- Currency Code
- Name string
- Product name
- StdPrecision string
- Standard Precision of the Currency
- IsoCode string
- Currency Code
- Name string
- Product name
- StdPrecision string
- Standard Precision of the Currency
- isoCode String
- Currency Code
- name String
- Product name
- stdPrecision String
- Standard Precision of the Currency
- isoCode string
- Currency Code
- name string
- Product name
- stdPrecision string
- Standard Precision of the Currency
- iso_code str
- Currency Code
- name str
- Product name
- std_precision str
- Standard Precision of the Currency
- isoCode String
- Currency Code
- name String
- Product name
- stdPrecision String
- Standard Precision of the Currency
GetSubscriptionsSubscriptionSubscribedService    
- AvailableAmount string
- Commitment available amount
- BookingOpty stringNumber 
- Booking Opportunity Number of Subscribed Service
- CommitmentServices List<GetSubscriptions Subscription Subscribed Service Commitment Service> 
- List of Commitment services of a line
- Csi string
- Subscribed service CSI number
- DataCenter stringRegion 
- Subscribed service data center region
- FundedAllocation stringValue 
- Funded Allocation line value example: 12000.00
- Id string
- SPM internal Subscribed Service ID
- IsIntent boolTo Pay 
- Subscribed service intent to pay flag
- NetUnit stringPrice 
- Subscribed service net unit price
- OperationType string
- Subscribed service operation type
- OrderNumber string
- Sales Order Number associated to the subscribed service
- OriginalPromo stringAmount 
- Subscribed service Promotion Amount
- PartnerTransaction stringType 
- This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- PricingModel string
- Subscribed service pricing model
- Products
List<GetSubscriptions Subscription Subscribed Service Product> 
- Product description
- ProgramType string
- Subscribed service program type
- PromoType string
- Subscribed service promotion type
- Quantity string
- Subscribed service quantity
- Status string
- Subscribed service status
- TermValue string
- Term value in Months
- TermValue stringUom 
- Term value UOM
- TimeEnd string
- Represents the date when the last service of the subscription ends
- TimeStart string
- Represents the date when the first service of the subscription was activated
- TotalValue string
- Subscribed service total value
- UsedAmount string
- Subscribed service used amount
- AvailableAmount string
- Commitment available amount
- BookingOpty stringNumber 
- Booking Opportunity Number of Subscribed Service
- CommitmentServices []GetSubscriptions Subscription Subscribed Service Commitment Service 
- List of Commitment services of a line
- Csi string
- Subscribed service CSI number
- DataCenter stringRegion 
- Subscribed service data center region
- FundedAllocation stringValue 
- Funded Allocation line value example: 12000.00
- Id string
- SPM internal Subscribed Service ID
- IsIntent boolTo Pay 
- Subscribed service intent to pay flag
- NetUnit stringPrice 
- Subscribed service net unit price
- OperationType string
- Subscribed service operation type
- OrderNumber string
- Sales Order Number associated to the subscribed service
- OriginalPromo stringAmount 
- Subscribed service Promotion Amount
- PartnerTransaction stringType 
- This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- PricingModel string
- Subscribed service pricing model
- Products
[]GetSubscriptions Subscription Subscribed Service Product 
- Product description
- ProgramType string
- Subscribed service program type
- PromoType string
- Subscribed service promotion type
- Quantity string
- Subscribed service quantity
- Status string
- Subscribed service status
- TermValue string
- Term value in Months
- TermValue stringUom 
- Term value UOM
- TimeEnd string
- Represents the date when the last service of the subscription ends
- TimeStart string
- Represents the date when the first service of the subscription was activated
- TotalValue string
- Subscribed service total value
- UsedAmount string
- Subscribed service used amount
- availableAmount String
- Commitment available amount
- bookingOpty StringNumber 
- Booking Opportunity Number of Subscribed Service
- commitmentServices List<GetSubscriptions Subscription Subscribed Service Commitment Service> 
- List of Commitment services of a line
- csi String
- Subscribed service CSI number
- dataCenter StringRegion 
- Subscribed service data center region
- fundedAllocation StringValue 
- Funded Allocation line value example: 12000.00
- id String
- SPM internal Subscribed Service ID
- isIntent BooleanTo Pay 
- Subscribed service intent to pay flag
- netUnit StringPrice 
- Subscribed service net unit price
- operationType String
- Subscribed service operation type
- orderNumber String
- Sales Order Number associated to the subscribed service
- originalPromo StringAmount 
- Subscribed service Promotion Amount
- partnerTransaction StringType 
- This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- pricingModel String
- Subscribed service pricing model
- products
List<GetSubscriptions Subscription Subscribed Service Product> 
- Product description
- programType String
- Subscribed service program type
- promoType String
- Subscribed service promotion type
- quantity String
- Subscribed service quantity
- status String
- Subscribed service status
- termValue String
- Term value in Months
- termValue StringUom 
- Term value UOM
- timeEnd String
- Represents the date when the last service of the subscription ends
- timeStart String
- Represents the date when the first service of the subscription was activated
- totalValue String
- Subscribed service total value
- usedAmount String
- Subscribed service used amount
- availableAmount string
- Commitment available amount
- bookingOpty stringNumber 
- Booking Opportunity Number of Subscribed Service
- commitmentServices GetSubscriptions Subscription Subscribed Service Commitment Service[] 
- List of Commitment services of a line
- csi string
- Subscribed service CSI number
- dataCenter stringRegion 
- Subscribed service data center region
- fundedAllocation stringValue 
- Funded Allocation line value example: 12000.00
- id string
- SPM internal Subscribed Service ID
- isIntent booleanTo Pay 
- Subscribed service intent to pay flag
- netUnit stringPrice 
- Subscribed service net unit price
- operationType string
- Subscribed service operation type
- orderNumber string
- Sales Order Number associated to the subscribed service
- originalPromo stringAmount 
- Subscribed service Promotion Amount
- partnerTransaction stringType 
- This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- pricingModel string
- Subscribed service pricing model
- products
GetSubscriptions Subscription Subscribed Service Product[] 
- Product description
- programType string
- Subscribed service program type
- promoType string
- Subscribed service promotion type
- quantity string
- Subscribed service quantity
- status string
- Subscribed service status
- termValue string
- Term value in Months
- termValue stringUom 
- Term value UOM
- timeEnd string
- Represents the date when the last service of the subscription ends
- timeStart string
- Represents the date when the first service of the subscription was activated
- totalValue string
- Subscribed service total value
- usedAmount string
- Subscribed service used amount
- available_amount str
- Commitment available amount
- booking_opty_ strnumber 
- Booking Opportunity Number of Subscribed Service
- commitment_services Sequence[onesubsription.Get Subscriptions Subscription Subscribed Service Commitment Service] 
- List of Commitment services of a line
- csi str
- Subscribed service CSI number
- data_center_ strregion 
- Subscribed service data center region
- funded_allocation_ strvalue 
- Funded Allocation line value example: 12000.00
- id str
- SPM internal Subscribed Service ID
- is_intent_ boolto_ pay 
- Subscribed service intent to pay flag
- net_unit_ strprice 
- Subscribed service net unit price
- operation_type str
- Subscribed service operation type
- order_number str
- Sales Order Number associated to the subscribed service
- original_promo_ stramount 
- Subscribed service Promotion Amount
- partner_transaction_ strtype 
- This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- pricing_model str
- Subscribed service pricing model
- products
Sequence[onesubsription.Get Subscriptions Subscription Subscribed Service Product] 
- Product description
- program_type str
- Subscribed service program type
- promo_type str
- Subscribed service promotion type
- quantity str
- Subscribed service quantity
- status str
- Subscribed service status
- term_value str
- Term value in Months
- term_value_ struom 
- Term value UOM
- time_end str
- Represents the date when the last service of the subscription ends
- time_start str
- Represents the date when the first service of the subscription was activated
- total_value str
- Subscribed service total value
- used_amount str
- Subscribed service used amount
- availableAmount String
- Commitment available amount
- bookingOpty StringNumber 
- Booking Opportunity Number of Subscribed Service
- commitmentServices List<Property Map>
- List of Commitment services of a line
- csi String
- Subscribed service CSI number
- dataCenter StringRegion 
- Subscribed service data center region
- fundedAllocation StringValue 
- Funded Allocation line value example: 12000.00
- id String
- SPM internal Subscribed Service ID
- isIntent BooleanTo Pay 
- Subscribed service intent to pay flag
- netUnit StringPrice 
- Subscribed service net unit price
- operationType String
- Subscribed service operation type
- orderNumber String
- Sales Order Number associated to the subscribed service
- originalPromo StringAmount 
- Subscribed service Promotion Amount
- partnerTransaction StringType 
- This field contains the name of the partner to which the subscription belongs - depending on which the invoicing may differ
- pricingModel String
- Subscribed service pricing model
- products List<Property Map>
- Product description
- programType String
- Subscribed service program type
- promoType String
- Subscribed service promotion type
- quantity String
- Subscribed service quantity
- status String
- Subscribed service status
- termValue String
- Term value in Months
- termValue StringUom 
- Term value UOM
- timeEnd String
- Represents the date when the last service of the subscription ends
- timeStart String
- Represents the date when the first service of the subscription was activated
- totalValue String
- Subscribed service total value
- usedAmount String
- Subscribed service used amount
GetSubscriptionsSubscriptionSubscribedServiceCommitmentService      
- AvailableAmount string
- Commitment available amount
- FundedAllocation stringValue 
- Funded Allocation line value example: 12000.00
- LineNet stringAmount 
- Commitment line net amount
- Quantity string
- Subscribed service quantity
- TimeEnd string
- Represents the date when the last service of the subscription ends
- TimeStart string
- Represents the date when the first service of the subscription was activated
- AvailableAmount string
- Commitment available amount
- FundedAllocation stringValue 
- Funded Allocation line value example: 12000.00
- LineNet stringAmount 
- Commitment line net amount
- Quantity string
- Subscribed service quantity
- TimeEnd string
- Represents the date when the last service of the subscription ends
- TimeStart string
- Represents the date when the first service of the subscription was activated
- availableAmount String
- Commitment available amount
- fundedAllocation StringValue 
- Funded Allocation line value example: 12000.00
- lineNet StringAmount 
- Commitment line net amount
- quantity String
- Subscribed service quantity
- timeEnd String
- Represents the date when the last service of the subscription ends
- timeStart String
- Represents the date when the first service of the subscription was activated
- availableAmount string
- Commitment available amount
- fundedAllocation stringValue 
- Funded Allocation line value example: 12000.00
- lineNet stringAmount 
- Commitment line net amount
- quantity string
- Subscribed service quantity
- timeEnd string
- Represents the date when the last service of the subscription ends
- timeStart string
- Represents the date when the first service of the subscription was activated
- available_amount str
- Commitment available amount
- funded_allocation_ strvalue 
- Funded Allocation line value example: 12000.00
- line_net_ stramount 
- Commitment line net amount
- quantity str
- Subscribed service quantity
- time_end str
- Represents the date when the last service of the subscription ends
- time_start str
- Represents the date when the first service of the subscription was activated
- availableAmount String
- Commitment available amount
- fundedAllocation StringValue 
- Funded Allocation line value example: 12000.00
- lineNet StringAmount 
- Commitment line net amount
- quantity String
- Subscribed service quantity
- timeEnd String
- Represents the date when the last service of the subscription ends
- timeStart String
- Represents the date when the first service of the subscription was activated
GetSubscriptionsSubscriptionSubscribedServiceProduct     
- Name string
- Product name
- PartNumber string
- Product part numner
- ProvisioningGroup string
- Product provisioning group
- UnitOf stringMeasure 
- Unit of measure
- Name string
- Product name
- PartNumber string
- Product part numner
- ProvisioningGroup string
- Product provisioning group
- UnitOf stringMeasure 
- Unit of measure
- name String
- Product name
- partNumber String
- Product part numner
- provisioningGroup String
- Product provisioning group
- unitOf StringMeasure 
- Unit of measure
- name string
- Product name
- partNumber string
- Product part numner
- provisioningGroup string
- Product provisioning group
- unitOf stringMeasure 
- Unit of measure
- name str
- Product name
- part_number str
- Product part numner
- provisioning_group str
- Product provisioning group
- unit_of_ strmeasure 
- Unit of measure
- name String
- Product name
- partNumber String
- Product part numner
- provisioningGroup String
- Product provisioning group
- unitOf StringMeasure 
- Unit of measure
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.