Show / Hide Table of Contents

Class OciResourceVulnerabilityAuditSource

OCI resource source for the vulnerability audit.

Inheritance
object
VulnerabilityAuditSource
OciResourceVulnerabilityAuditSource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AdmService.Models
Assembly: OCI.DotNetSDK.Adm.dll
Syntax
public class OciResourceVulnerabilityAuditSource : VulnerabilityAuditSource

Properties

OciResourceId

Declaration
[Required(ErrorMessage = "OciResourceId is required.")]
[JsonProperty(PropertyName = "ociResourceId")]
public string OciResourceId { get; set; }
Property Value
Type Description
string

The Oracle Cloud identifier (OCID) of the OCI resource that triggered the vulnerability audit.

Remarks

Required

In this article
Back to top