Show / Hide Table of Contents

Class ExternalResourceVulnerabilityAuditSource

External source for the vulnerability audit.

Inheritance
object
VulnerabilityAuditSource
ExternalResourceVulnerabilityAuditSource
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 ExternalResourceVulnerabilityAuditSource : VulnerabilityAuditSource

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

Description of the external resource source.

In this article
Back to top