Data Source: oci_license_manager_product_license_consumer

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

Retrieves the product license consumers for a particular product license ID.

Example Usage

data "oci_license_manager_product_license_consumer" "test_product_license_consumer" {
    #Required
    compartment_id = var.compartment_id
    product_license_id = oci_license_manager_product_license.test_product_license.id

    #Optional
    is_compartment_id_in_subtree = var.product_license_consumer_is_compartment_id_in_subtree
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: