Class OrgUnitsResource.MembershipsResource.ListRequest
List OrgMembership resources in an OrgUnit treated as 'parent'. Parent format: orgUnits/{$orgUnitId}
where $orgUnitId is the orgUnitId from the Admin SDK OrgUnit
resource
Inheritance
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class OrgUnitsResource.MembershipsResource.ListRequest : CloudIdentityBaseServiceRequest<ListOrgMembershipsResponse>, IClientServiceRequest<ListOrgMembershipsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | parent |
Properties
Customer
Required. Immutable. Customer that this OrgMembership belongs to. All authorization will happen on
the role assignments of this customer. Format: customers/{$customerId} where $customerId is the
id from the Admin SDK Customer
resource. You may
also use customers/my_customer to specify your own organization.
Declaration
[RequestParameter("customer", RequestParameterType.Query)]
public virtual string Customer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Filter
The search query. Must be specified in Common Expression
Language. May only contain equality operators on the type
(e.g., type == 'shared_drive').
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
PageSize
The maximum number of results to return. The service may return fewer than this value. If omitted (or defaulted to zero) the server will default to 50. The maximum allowed value is 100, though requests with page_size greater than that will be silently interpreted as 100.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
A page token, received from a previous OrgMembershipsService.ListOrgMemberships call. Provide this
to retrieve the subsequent page. When paginating, all other parameters provided to
ListOrgMembershipsRequest must match the call that provided the page token.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Required. Immutable. OrgUnit which is queried for a list of memberships. Format:
orgUnits/{$orgUnitId} where $orgUnitId is the orgUnitId from the Admin SDK OrgUnit
resource.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()