PatchTargetAlertPolicyAssociationDetails

class oci.data_safe.models.PatchTargetAlertPolicyAssociationDetails(**kwargs)

Bases: object

The details used to create associations for target databases and audit policies.

Methods

__init__(**kwargs) Initializes a new PatchTargetAlertPolicyAssociationDetails object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this PatchTargetAlertPolicyAssociationDetails.
items [Required] Gets the items of this PatchTargetAlertPolicyAssociationDetails.
__init__(**kwargs)

Initializes a new PatchTargetAlertPolicyAssociationDetails 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 PatchTargetAlertPolicyAssociationDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this PatchTargetAlertPolicyAssociationDetails.
compartment_id

[Required] Gets the compartment_id of this PatchTargetAlertPolicyAssociationDetails. The OCID of the compartment that contains the alerts.

Returns:The compartment_id of this PatchTargetAlertPolicyAssociationDetails.
Return type:str
items

[Required] Gets the items of this PatchTargetAlertPolicyAssociationDetails. An array of patch instructions.

Returns:The items of this PatchTargetAlertPolicyAssociationDetails.
Return type:list[oci.data_safe.models.PatchInstruction]