FilterGroupMembershipResult

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

Bases: object

FilterGroupMembershipResult model.

Methods

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

Attributes

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

Initializes a new FilterGroupMembershipResult 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 FilterGroupMembershipResult.
  • group_ids (list[str]) – The value to assign to the group_ids property of this FilterGroupMembershipResult.
group_ids

[Required] Gets the group_ids of this FilterGroupMembershipResult. An array of group or dynamic group Ids which present the intersection between the passed-in group/dynamic-group and the actual group/dynamic-group the resovled principal belongs to.

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

[Required] Gets the principal of this FilterGroupMembershipResult. Return passed-in resolved principal object

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