Show / Hide Table of Contents

Class ComplianceReportResource

Details of the Resource

Inheritance
object
ComplianceReportResource
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 ComplianceReportResource

Properties

Compartment

Declaration
[JsonProperty(PropertyName = "compartment")]
public string Compartment { get; set; }
Property Value
Type Description
string

Compartment the resource belongs to.

ComplianceState

Declaration
[Required(ErrorMessage = "ComplianceState is required.")]
[JsonProperty(PropertyName = "complianceState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ComplianceState? ComplianceState { get; set; }
Property Value
Type Description
ComplianceState?

The last known compliance state of the fleet.

Remarks

Required

Products

Declaration
[JsonProperty(PropertyName = "products")]
public List<ComplianceReportProduct> Products { get; set; }
Property Value
Type Description
List<ComplianceReportProduct>

Products associated with the Fleet. Only the products belonging to managed targets will be shown.

ResourceId

Declaration
[Required(ErrorMessage = "ResourceId is required.")]
[JsonProperty(PropertyName = "resourceId")]
public string ResourceId { get; set; }
Property Value
Type Description
string

The OCID to identify the resource.

Remarks

Required

ResourceName

Declaration
[Required(ErrorMessage = "ResourceName is required.")]
[JsonProperty(PropertyName = "resourceName")]
public string ResourceName { get; set; }
Property Value
Type Description
string

Display name of the resource.

Remarks

Required

ResourceRegion

Declaration
[JsonProperty(PropertyName = "resourceRegion")]
public string ResourceRegion { get; set; }
Property Value
Type Description
string

The region the resource belongs to.

ResourceType

Declaration
[Required(ErrorMessage = "ResourceType is required.")]
[JsonProperty(PropertyName = "resourceType")]
public string ResourceType { get; set; }
Property Value
Type Description
string

Type of the resource.

Remarks

Required

TenancyId

Declaration
[JsonProperty(PropertyName = "tenancyId")]
public string TenancyId { get; set; }
Property Value
Type Description
string

TenancyId of the resource.

TenancyName

Declaration
[JsonProperty(PropertyName = "tenancyName")]
public string TenancyName { get; set; }
Property Value
Type Description
string

Tenancy the resource belongs to.

In this article
Back to top