ComplianceReportProduct

class oci.fleet_apps_management.models.ComplianceReportProduct(**kwargs)

Bases: object

Details of the Product

Methods

__init__(**kwargs) Initializes a new ComplianceReportProduct object with values from keyword arguments.

Attributes

product_name [Required] Gets the product_name of this ComplianceReportProduct.
targets Gets the targets of this ComplianceReportProduct.
__init__(**kwargs)

Initializes a new ComplianceReportProduct object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
product_name

[Required] Gets the product_name of this ComplianceReportProduct. Product Name

Returns:The product_name of this ComplianceReportProduct.
Return type:str
targets

Gets the targets of this ComplianceReportProduct. Managed Targets associated with the Product.

Returns:The targets of this ComplianceReportProduct.
Return type:list[oci.fleet_apps_management.models.ComplianceReportTarget]