GroupAssociationDetails

class oci.logging.models.GroupAssociationDetails(**kwargs)

Bases: object

Groups using the configuration.

Methods

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

Attributes

group_list Gets the group_list of this GroupAssociationDetails.
__init__(**kwargs)

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

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

Gets the group_list of this GroupAssociationDetails. list of group/dynamic group ids associated with this configuration.

Returns:The group_list of this GroupAssociationDetails.
Return type:list[str]