OBJECT
FinOpsDiscountConfiguration
Discount configuration for a single cloud provider type.
link GraphQL Schema definition
- type FinOpsDiscountConfiguration {
- # The commitment duration to be selected for new discounts
- FinOpsCommitmentDuration! :
- # The configuration creation timestamp
- DateTime! :
- # The payment mode to be selected for new discounts
- FinOpsDiscountPurchaseOption! :
- FinOpsCloudProviderType! :
- # The target coverage for spend based opportunities
- Float :
- # The overall target coverage
- Float :
- # The target coverage for usage based opportunities
- Float :
- }