Class PatchComplianceDetails
Patch Compliance Status
Inherited Members
Namespace: Oci.DblmService.Models
Assembly: OCI.DotNetSDK.Dblm.dll
Syntax
public class PatchComplianceDetailsProperties
PatchComplianceStatus
Declaration
[JsonProperty(PropertyName = "patchComplianceStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PatchComplianceDetails.PatchComplianceStatusEnum? PatchComplianceStatus { get; set; }Property Value
| Type | Description | 
|---|---|
| PatchComplianceDetails.PatchComplianceStatusEnum? | Patch compliance status. | 
PatchComplianceVersion
Declaration
[JsonProperty(PropertyName = "patchComplianceVersion")]
public string PatchComplianceVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Resource patch compliance version name. |