AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListGroupMemberships operation. For the specified group in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.

If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IdentityStore.AmazonIdentityStoreRequest
      Amazon.IdentityStore.Model.ListGroupMembershipsRequest

Namespace: Amazon.IdentityStore.Model
Assembly: AWSSDK.IdentityStore.dll
Version: 3.x.y.z

Syntax

C#
public class ListGroupMembershipsRequest : AmazonIdentityStoreRequest
         IAmazonWebServiceRequest

The ListGroupMembershipsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property GroupId System.String

Gets and sets the property GroupId.

The identifier for a group in the identity store.

Public Property IdentityStoreId System.String

Gets and sets the property IdentityStoreId.

The globally unique identifier for the identity store.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to be returned per request. This parameter is used in all List requests to specify how many results to return in one page.

Public Property NextToken System.String

Gets and sets the property NextToken.

The pagination token used for the ListUsers, ListGroups and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5