FilterGroupMembershipDetails

class oci.identity_data_plane.models.FilterGroupMembershipDetails(**kwargs)

Bases: object

FilterGroupMembershipDetails model.

Methods

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

Attributes

group_ids [Required] Gets the group_ids of this FilterGroupMembershipDetails.
principal [Required] Gets the principal of this FilterGroupMembershipDetails.
__init__(**kwargs)

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

Parameters:
  • principal (oci.identity_data_plane.models.Principal) – The value to assign to the principal property of this FilterGroupMembershipDetails.
  • group_ids (list[str]) – The value to assign to the group_ids property of this FilterGroupMembershipDetails.
group_ids

[Required] Gets the group_ids of this FilterGroupMembershipDetails. An array of group or dynamic group Ids the resolved principal potentially belongs to.

Returns:The group_ids of this FilterGroupMembershipDetails.
Return type:list[str]
principal

[Required] Gets the principal of this FilterGroupMembershipDetails. A resolved principal object

Returns:The principal of this FilterGroupMembershipDetails.
Return type:oci.identity_data_plane.models.Principal