Show / Hide Table of Contents

Class ExportComplianceReportDetails

Details for generating Compliance Report.

Inheritance
object
ExportComplianceReportDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top