RelatedVulnerabilityReference¶
-
class
oci.adm.models.RelatedVulnerabilityReference(**kwargs)¶ Bases:
objectA related vulnerability reference is an object with vulnerabilityId and source to identify a related vulnerability.
Methods
__init__(**kwargs)Initializes a new RelatedVulnerabilityReference object with values from keyword arguments. Attributes
id[Required] Gets the id of this RelatedVulnerabilityReference. source[Required] Gets the source of this RelatedVulnerabilityReference. -
__init__(**kwargs)¶ Initializes a new RelatedVulnerabilityReference object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this RelatedVulnerabilityReference.
- source (str) – The value to assign to the source property of this RelatedVulnerabilityReference.
-
id¶ [Required] Gets the id of this RelatedVulnerabilityReference. Unique vulnerability identifier for a source, e.g., CVE-1999-0067.
Returns: The id of this RelatedVulnerabilityReference. Return type: str
-
source¶ [Required] Gets the source of this RelatedVulnerabilityReference. Source that publishes the vulnerability.
Returns: The source of this RelatedVulnerabilityReference. Return type: str
-