Class ManagedEntityDimension
Aggregated summary information for ComplianceRecord
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ManagedEntityDimensionProperties
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