Show / Hide Table of Contents

Class ComplianceRecordDimension

Aggregated summary information for ComplianceRecord

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

Properties

ComplianceLevel

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

Level at which the compliance is calculated.

Remarks

Required

ComplianceState

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

Last known compliance state.

Remarks

Required

In this article
Back to top