GroupMembersCollection

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

Bases: object

The criteria for displaying the members of a target database group.

Methods

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

Attributes

target_databases [Required] Gets the target_databases of this GroupMembersCollection.
__init__(**kwargs)

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

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

[Required] Gets the target_databases of this GroupMembersCollection. List of the OCIDs of the target databases which are members of the target database group.

Returns:The target_databases of this GroupMembersCollection.
Return type:list[str]