PatchGroupedSensitiveTypesDetails¶
-
class
oci.data_safe.models.
PatchGroupedSensitiveTypesDetails
(**kwargs)¶ Bases:
object
Details to patch sensitive types in a sensitive type group. INSERT and REMOVE operations are allowed.
Methods
__init__
(**kwargs)Initializes a new PatchGroupedSensitiveTypesDetails object with values from keyword arguments. Attributes
items
Gets the items of this PatchGroupedSensitiveTypesDetails. -
__init__
(**kwargs)¶ Initializes a new PatchGroupedSensitiveTypesDetails 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 PatchGroupedSensitiveTypesDetails.
-
items
¶ Gets the items of this PatchGroupedSensitiveTypesDetails. An array of patch instructions.
Returns: The items of this PatchGroupedSensitiveTypesDetails. Return type: list[oci.data_safe.models.PatchInstruction]
-