Class ComplianceReportProduct
Details of the Product.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ComplianceReportProductProperties
ProductName
Declaration
[Required(ErrorMessage = "ProductName is required.")]
[JsonProperty(PropertyName = "productName")]
public string ProductName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Product Name. | 
Remarks
Required
Targets
Declaration
[JsonProperty(PropertyName = "targets")]
public List<ComplianceReportTarget> Targets { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ComplianceReportTarget> | Managed Targets associated with the Product. |