Data Source: oci_usage_proxy_subscription_redeemable_user
This data source provides details about a specific Subscription Redeemable User resource in Oracle Cloud Infrastructure Usage Proxy service.
Provides the list of user summary that can redeem rewards for the given subscription ID.
Example Usage
data "oci_usage_proxy_subscription_redeemable_user" "test_subscription_redeemable_user" {
#Required
subscription_id = oci_ons_subscription.test_subscription.id
tenancy_id = oci_identity_tenancy.test_tenancy.id
}
Argument Reference
The following arguments are supported:
subscription_id
- (Required) The subscription ID for which rewards information is requested for.tenancy_id
- (Required) The OCID of the tenancy.
Attributes Reference
The following attributes are exported:
items
- The list of user summary that can redeem rewards.email_id
- The email ID of the user that can redeem rewards.first_name
- The first name of the user that can redeem rewards.last_name
- The last name of the user that can redeem rewards.