ExploitAttemptAdditionalDetails¶
- 
class oci.os_management_hub.models.ExploitAttemptAdditionalDetails(**kwargs)¶
- Bases: - object- Provides additional information about the Ksplice known exploit detection. - Methods - __init__(**kwargs)- Initializes a new ExploitAttemptAdditionalDetails object with values from keyword arguments. - Attributes - exploit_cves- [Required] Gets the exploit_cves of this ExploitAttemptAdditionalDetails. - 
__init__(**kwargs)¶
- Initializes a new ExploitAttemptAdditionalDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - exploit_cves (list[str]) – The value to assign to the exploit_cves property of this ExploitAttemptAdditionalDetails. 
 - 
exploit_cves¶
- [Required] Gets the exploit_cves of this ExploitAttemptAdditionalDetails. List of CVEs in the exploit. - Returns: - The exploit_cves of this ExploitAttemptAdditionalDetails. - Return type: - list[str] 
 
-