Class ExportComplianceReportDetails
Details for generating Compliance Report.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ExportComplianceReportDetails
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment. |
Remarks
Required
ComplianceState
Declaration
[JsonProperty(PropertyName = "complianceState")]
[JsonConverter(typeof(StringEnumConverter))]
public ComplianceState? ComplianceState { get; set; }
Property Value
Type | Description |
---|---|
ComplianceState? | Last known compliance state of target. |
EntityId
Declaration
[JsonProperty(PropertyName = "entityId")]
public string EntityId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the entity for which the compliance is calculated.Ex.FleetId |
ProductName
Declaration
[JsonProperty(PropertyName = "productName")]
public string ProductName { get; set; }
Property Value
Type | Description |
---|---|
string | Product Name. |
ProductStack
Declaration
[JsonProperty(PropertyName = "productStack")]
public string ProductStack { get; set; }
Property Value
Type | Description |
---|---|
string | Product Stack. |
ResourceId
Declaration
[JsonProperty(PropertyName = "resourceId")]
public string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID to identify the resource. |