1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. LicenseManager
  5. getProductLicense
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

oci.LicenseManager.getProductLicense

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

This data source provides details about a specific Product License resource in Oracle Cloud Infrastructure License Manager service.

Retrieves product license details by product license ID in a given compartment.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testProductLicense = oci.LicenseManager.getProductLicense({
    productLicenseId: testProductLicenseOciLicenseManagerProductLicense.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_product_license = oci.LicenseManager.get_product_license(product_license_id=test_product_license_oci_license_manager_product_license["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/licensemanager"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := licensemanager.GetProductLicense(ctx, &licensemanager.GetProductLicenseArgs{
			ProductLicenseId: testProductLicenseOciLicenseManagerProductLicense.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testProductLicense = Oci.LicenseManager.GetProductLicense.Invoke(new()
    {
        ProductLicenseId = testProductLicenseOciLicenseManagerProductLicense.Id,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.LicenseManager.LicenseManagerFunctions;
import com.pulumi.oci.LicenseManager.inputs.GetProductLicenseArgs;
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 testProductLicense = LicenseManagerFunctions.getProductLicense(GetProductLicenseArgs.builder()
            .productLicenseId(testProductLicenseOciLicenseManagerProductLicense.id())
            .build());

    }
}
Copy
variables:
  testProductLicense:
    fn::invoke:
      function: oci:LicenseManager:getProductLicense
      arguments:
        productLicenseId: ${testProductLicenseOciLicenseManagerProductLicense.id}
Copy

Using getProductLicense

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 getProductLicense(args: GetProductLicenseArgs, opts?: InvokeOptions): Promise<GetProductLicenseResult>
function getProductLicenseOutput(args: GetProductLicenseOutputArgs, opts?: InvokeOptions): Output<GetProductLicenseResult>
Copy
def get_product_license(product_license_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetProductLicenseResult
def get_product_license_output(product_license_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetProductLicenseResult]
Copy
func GetProductLicense(ctx *Context, args *GetProductLicenseArgs, opts ...InvokeOption) (*GetProductLicenseResult, error)
func GetProductLicenseOutput(ctx *Context, args *GetProductLicenseOutputArgs, opts ...InvokeOption) GetProductLicenseResultOutput
Copy

> Note: This function is named GetProductLicense in the Go SDK.

public static class GetProductLicense 
{
    public static Task<GetProductLicenseResult> InvokeAsync(GetProductLicenseArgs args, InvokeOptions? opts = null)
    public static Output<GetProductLicenseResult> Invoke(GetProductLicenseInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetProductLicenseResult> getProductLicense(GetProductLicenseArgs args, InvokeOptions options)
public static Output<GetProductLicenseResult> getProductLicense(GetProductLicenseArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:LicenseManager/getProductLicense:getProductLicense
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ProductLicenseId This property is required. string
Unique product license identifier.
ProductLicenseId This property is required. string
Unique product license identifier.
productLicenseId This property is required. String
Unique product license identifier.
productLicenseId This property is required. string
Unique product license identifier.
product_license_id This property is required. str
Unique product license identifier.
productLicenseId This property is required. String
Unique product license identifier.

getProductLicense Result

The following output properties are available:

ActiveLicenseRecordCount int
The number of active license records associated with the product license.
CompartmentId string
The compartment OCID where the product license is created.
DefinedTags Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
DisplayName string
License record name
FreeformTags Dictionary<string, string>
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
Id string
The image ID associated with the product license.
Images List<GetProductLicenseImage>
The images associated with the product license.
IsOverSubscribed bool
Specifies whether or not the product license is oversubscribed.
IsUnlimited bool
Specifies if the license unit count is unlimited.
IsVendorOracle bool
Specifies whether the vendor is Oracle or a third party.
LicenseUnit string
The product license unit.
ProductLicenseId string
State string
The current product license state.
Status string
The current product license status.
StatusDescription string
Status description for the current product license status.
SystemTags Dictionary<string, string>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The time the product license was created. An RFC 3339-formatted datetime string.
TimeUpdated string
The time the product license was updated. An RFC 3339-formatted datetime string.
TotalActiveLicenseUnitCount int
The total number of licenses available for the product license, calculated by adding up all the license counts for active license records associated with the product license.
TotalLicenseRecordCount int
The number of license records associated with the product license.
TotalLicenseUnitsConsumed double
The number of license units consumed. Updated after each allocation run.
VendorName string
The vendor of the ProductLicense
ActiveLicenseRecordCount int
The number of active license records associated with the product license.
CompartmentId string
The compartment OCID where the product license is created.
DefinedTags map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
DisplayName string
License record name
FreeformTags map[string]string
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
Id string
The image ID associated with the product license.
Images []GetProductLicenseImage
The images associated with the product license.
IsOverSubscribed bool
Specifies whether or not the product license is oversubscribed.
IsUnlimited bool
Specifies if the license unit count is unlimited.
IsVendorOracle bool
Specifies whether the vendor is Oracle or a third party.
LicenseUnit string
The product license unit.
ProductLicenseId string
State string
The current product license state.
Status string
The current product license status.
StatusDescription string
Status description for the current product license status.
SystemTags map[string]string
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The time the product license was created. An RFC 3339-formatted datetime string.
TimeUpdated string
The time the product license was updated. An RFC 3339-formatted datetime string.
TotalActiveLicenseUnitCount int
The total number of licenses available for the product license, calculated by adding up all the license counts for active license records associated with the product license.
TotalLicenseRecordCount int
The number of license records associated with the product license.
TotalLicenseUnitsConsumed float64
The number of license units consumed. Updated after each allocation run.
VendorName string
The vendor of the ProductLicense
activeLicenseRecordCount Integer
The number of active license records associated with the product license.
compartmentId String
The compartment OCID where the product license is created.
definedTags Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
displayName String
License record name
freeformTags Map<String,String>
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
id String
The image ID associated with the product license.
images List<GetProductLicenseImage>
The images associated with the product license.
isOverSubscribed Boolean
Specifies whether or not the product license is oversubscribed.
isUnlimited Boolean
Specifies if the license unit count is unlimited.
isVendorOracle Boolean
Specifies whether the vendor is Oracle or a third party.
licenseUnit String
The product license unit.
productLicenseId String
state String
The current product license state.
status String
The current product license status.
statusDescription String
Status description for the current product license status.
systemTags Map<String,String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The time the product license was created. An RFC 3339-formatted datetime string.
timeUpdated String
The time the product license was updated. An RFC 3339-formatted datetime string.
totalActiveLicenseUnitCount Integer
The total number of licenses available for the product license, calculated by adding up all the license counts for active license records associated with the product license.
totalLicenseRecordCount Integer
The number of license records associated with the product license.
totalLicenseUnitsConsumed Double
The number of license units consumed. Updated after each allocation run.
vendorName String
The vendor of the ProductLicense
activeLicenseRecordCount number
The number of active license records associated with the product license.
compartmentId string
The compartment OCID where the product license is created.
definedTags {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
displayName string
License record name
freeformTags {[key: string]: string}
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
id string
The image ID associated with the product license.
images GetProductLicenseImage[]
The images associated with the product license.
isOverSubscribed boolean
Specifies whether or not the product license is oversubscribed.
isUnlimited boolean
Specifies if the license unit count is unlimited.
isVendorOracle boolean
Specifies whether the vendor is Oracle or a third party.
licenseUnit string
The product license unit.
productLicenseId string
state string
The current product license state.
status string
The current product license status.
statusDescription string
Status description for the current product license status.
systemTags {[key: string]: string}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated string
The time the product license was created. An RFC 3339-formatted datetime string.
timeUpdated string
The time the product license was updated. An RFC 3339-formatted datetime string.
totalActiveLicenseUnitCount number
The total number of licenses available for the product license, calculated by adding up all the license counts for active license records associated with the product license.
totalLicenseRecordCount number
The number of license records associated with the product license.
totalLicenseUnitsConsumed number
The number of license units consumed. Updated after each allocation run.
vendorName string
The vendor of the ProductLicense
active_license_record_count int
The number of active license records associated with the product license.
compartment_id str
The compartment OCID where the product license is created.
defined_tags Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
display_name str
License record name
freeform_tags Mapping[str, str]
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
id str
The image ID associated with the product license.
images Sequence[licensemanager.GetProductLicenseImage]
The images associated with the product license.
is_over_subscribed bool
Specifies whether or not the product license is oversubscribed.
is_unlimited bool
Specifies if the license unit count is unlimited.
is_vendor_oracle bool
Specifies whether the vendor is Oracle or a third party.
license_unit str
The product license unit.
product_license_id str
state str
The current product license state.
status str
The current product license status.
status_description str
Status description for the current product license status.
system_tags Mapping[str, str]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created str
The time the product license was created. An RFC 3339-formatted datetime string.
time_updated str
The time the product license was updated. An RFC 3339-formatted datetime string.
total_active_license_unit_count int
The total number of licenses available for the product license, calculated by adding up all the license counts for active license records associated with the product license.
total_license_record_count int
The number of license records associated with the product license.
total_license_units_consumed float
The number of license units consumed. Updated after each allocation run.
vendor_name str
The vendor of the ProductLicense
activeLicenseRecordCount Number
The number of active license records associated with the product license.
compartmentId String
The compartment OCID where the product license is created.
definedTags Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
displayName String
License record name
freeformTags Map<String>
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
id String
The image ID associated with the product license.
images List<Property Map>
The images associated with the product license.
isOverSubscribed Boolean
Specifies whether or not the product license is oversubscribed.
isUnlimited Boolean
Specifies if the license unit count is unlimited.
isVendorOracle Boolean
Specifies whether the vendor is Oracle or a third party.
licenseUnit String
The product license unit.
productLicenseId String
state String
The current product license state.
status String
The current product license status.
statusDescription String
Status description for the current product license status.
systemTags Map<String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The time the product license was created. An RFC 3339-formatted datetime string.
timeUpdated String
The time the product license was updated. An RFC 3339-formatted datetime string.
totalActiveLicenseUnitCount Number
The total number of licenses available for the product license, calculated by adding up all the license counts for active license records associated with the product license.
totalLicenseRecordCount Number
The number of license records associated with the product license.
totalLicenseUnitsConsumed Number
The number of license units consumed. Updated after each allocation run.
vendorName String
The vendor of the ProductLicense

Supporting Types

GetProductLicenseImage

Id This property is required. string
The image ID associated with the product license.
ListingId This property is required. string
The image listing ID.
ListingName This property is required. string
The listing name associated with the product license.
PackageVersion This property is required. string
The image package version.
Publisher This property is required. string
The image publisher.
Id This property is required. string
The image ID associated with the product license.
ListingId This property is required. string
The image listing ID.
ListingName This property is required. string
The listing name associated with the product license.
PackageVersion This property is required. string
The image package version.
Publisher This property is required. string
The image publisher.
id This property is required. String
The image ID associated with the product license.
listingId This property is required. String
The image listing ID.
listingName This property is required. String
The listing name associated with the product license.
packageVersion This property is required. String
The image package version.
publisher This property is required. String
The image publisher.
id This property is required. string
The image ID associated with the product license.
listingId This property is required. string
The image listing ID.
listingName This property is required. string
The listing name associated with the product license.
packageVersion This property is required. string
The image package version.
publisher This property is required. string
The image publisher.
id This property is required. str
The image ID associated with the product license.
listing_id This property is required. str
The image listing ID.
listing_name This property is required. str
The listing name associated with the product license.
package_version This property is required. str
The image package version.
publisher This property is required. str
The image publisher.
id This property is required. String
The image ID associated with the product license.
listingId This property is required. String
The image listing ID.
listingName This property is required. String
The listing name associated with the product license.
packageVersion This property is required. String
The image package version.
publisher This property is required. String
The image publisher.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi