Exclude

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

Bases: object

Criteria to exclude certain target databases from the target database group.

Methods

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

Attributes

target_database_ids [Required] Gets the target_database_ids of this Exclude.
__init__(**kwargs)

Initializes a new Exclude object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:target_database_ids (list[str]) – The value to assign to the target_database_ids property of this Exclude.
target_database_ids

[Required] Gets the target_database_ids of this Exclude. The list of target database OCIDS, that should be excluded from the target database group (even if they match some of the other criteria).

Returns:The target_database_ids of this Exclude.
Return type:list[str]