Class ComplianceDetailPolicy
Details of the Policy associated
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ComplianceDetailPolicyProperties
CompliancePolicyDisplayName
Declaration
[JsonProperty(PropertyName = "compliancePolicyDisplayName")]
public string CompliancePolicyDisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Compliane Policy DisplayName | 
CompliancePolicyId
Declaration
[Required(ErrorMessage = "CompliancePolicyId is required.")]
[JsonProperty(PropertyName = "compliancePolicyId")]
public string CompliancePolicyId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Compliance Policy Id | 
Remarks
Required
CompliancePolicyRuleDisplayName
Declaration
[JsonProperty(PropertyName = "compliancePolicyRuleDisplayName")]
public string CompliancePolicyRuleDisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Product Name | 
CompliancePolicyRuleId
Declaration
[JsonProperty(PropertyName = "compliancePolicyRuleId")]
public string CompliancePolicyRuleId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Compliane Policy Rule Id | 
GracePeriod
Declaration
[JsonProperty(PropertyName = "gracePeriod")]
public string GracePeriod { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Grace period in days,weeks,months or years the exemption is applicable for the rule. | 
PatchSelection
Declaration
[JsonProperty(PropertyName = "patchSelection")]
public PatchSelectionDetails PatchSelection { get; set; }Property Value
| Type | Description | 
|---|---|
| PatchSelectionDetails |