PatchChecksDetails¶
-
class
oci.data_safe.models.
PatchChecksDetails
(**kwargs)¶ Bases:
object
Details to patch checks in a security assessment of type template.
Methods
__init__
(**kwargs)Initializes a new PatchChecksDetails object with values from keyword arguments. Attributes
items
Gets the items of this PatchChecksDetails. -
__init__
(**kwargs)¶ Initializes a new PatchChecksDetails 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 PatchChecksDetails.
-
items
¶ Gets the items of this PatchChecksDetails. An array of patch instructions.
Returns: The items of this PatchChecksDetails. Return type: list[oci.data_safe.models.PatchInstruction]
-