PatchFindingsDetails¶
-
class
oci.data_safe.models.
PatchFindingsDetails
(**kwargs)¶ Bases:
object
Details to patch findings in a security assessment of type template baseline.
Methods
__init__
(**kwargs)Initializes a new PatchFindingsDetails object with values from keyword arguments. Attributes
items
Gets the items of this PatchFindingsDetails. -
__init__
(**kwargs)¶ Initializes a new PatchFindingsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_safe.models.PatchInstruction]) – The value to assign to the items property of this PatchFindingsDetails.
-
items
¶ Gets the items of this PatchFindingsDetails. An array of patch instructions.
Returns: The items of this PatchFindingsDetails. Return type: list[oci.data_safe.models.PatchInstruction]
-