Show / Hide Table of Contents

Class ManagedEntityDimension

Aggregated summary information for ComplianceRecord

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

Properties

Entity

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

Level at which the compliance is calculated.

Remarks

Required

In this article
Back to top