admin  directory_v1
Public Member Functions | Protected Member Functions | Properties | List of all members
Google.Apis.Admin.Directory.directory_v1.RoleAssignmentsResource.ListRequest Class Reference

Retrieves a paginated list of all roleAssignments. More...

Inheritance diagram for Google.Apis.Admin.Directory.directory_v1.RoleAssignmentsResource.ListRequest:
Google.Apis.Admin.Directory.directory_v1.DirectoryBaseServiceRequest< Google.Apis.Admin.Directory.directory_v1.Data.RoleAssignments >

Public Member Functions

 ListRequest (Google.Apis.Services.IClientService service, string customer)
 Constructs a new List request. More...
 

Protected Member Functions

override void InitParameters ()
 Initializes List parameter list. More...
 
- Protected Member Functions inherited from Google.Apis.Admin.Directory.directory_v1.DirectoryBaseServiceRequest< Google.Apis.Admin.Directory.directory_v1.Data.RoleAssignments >
 DirectoryBaseServiceRequest (Google.Apis.Services.IClientService service)
 Constructs a new DirectoryBaseServiceRequest instance. More...
 
override void InitParameters ()
 Initializes Directory parameter list. More...
 

Properties

virtual string Customer [get]
 Immutable ID of the G Suite account. More...
 
virtual System.Nullable< int > MaxResults [get, set]
 Maximum number of results to return. More...
 
virtual string PageToken [get, set]
 Token to specify the next page in the list. More...
 
virtual string RoleId [get, set]
 Immutable ID of a role. If included in the request, returns only role assignments containing this role ID. More...
 
virtual string UserKey [get, set]
 The user's primary email address, alias email address, or unique user ID. If included in the request, returns role assignments only for this user. More...
 
override string MethodName [get]
 summary>Gets the HTTP method. More...
 
override string HttpMethod [get]
 summary>Gets the REST path. More...
 
override string RestPath [get]
 
- Properties inherited from Google.Apis.Admin.Directory.directory_v1.DirectoryBaseServiceRequest< Google.Apis.Admin.Directory.directory_v1.Data.RoleAssignments >
virtual System.Nullable< AltEnum > Alt [get, set]
 Data format for the response. More...
 
virtual string Fields [get, set]
 Selector specifying which fields to include in a partial response. More...
 
virtual string Key [get, set]
 API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. More...
 
virtual string OauthToken [get, set]
 OAuth 2.0 token for the current user. More...
 
virtual System.Nullable< bool > PrettyPrint [get, set]
 Returns response with indentations and line breaks. More...
 
virtual string QuotaUser [get, set]
 An opaque string that represents a user for quota purposes. Must not exceed 40 characters. More...
 
virtual string UserIp [get, set]
 Deprecated. Please use quotaUser instead. More...
 

Detailed Description

Retrieves a paginated list of all roleAssignments.

Constructor & Destructor Documentation

◆ ListRequest()

Google.Apis.Admin.Directory.directory_v1.RoleAssignmentsResource.ListRequest.ListRequest ( Google.Apis.Services.IClientService  service,
string  customer 
)
inline

Constructs a new List request.

Member Function Documentation

◆ InitParameters()

override void Google.Apis.Admin.Directory.directory_v1.RoleAssignmentsResource.ListRequest.InitParameters ( )
inlineprotected

Initializes List parameter list.

Property Documentation

◆ Customer

virtual string Google.Apis.Admin.Directory.directory_v1.RoleAssignmentsResource.ListRequest.Customer
get

Immutable ID of the G Suite account.

◆ HttpMethod

override string Google.Apis.Admin.Directory.directory_v1.RoleAssignmentsResource.ListRequest.HttpMethod
get

summary>Gets the REST path.

◆ MaxResults

virtual System.Nullable<int> Google.Apis.Admin.Directory.directory_v1.RoleAssignmentsResource.ListRequest.MaxResults
getset

Maximum number of results to return.

[minimum: 1] [maximum: 200]

◆ MethodName

override string Google.Apis.Admin.Directory.directory_v1.RoleAssignmentsResource.ListRequest.MethodName
get

summary>Gets the HTTP method.

◆ PageToken

virtual string Google.Apis.Admin.Directory.directory_v1.RoleAssignmentsResource.ListRequest.PageToken
getset

Token to specify the next page in the list.

◆ RoleId

virtual string Google.Apis.Admin.Directory.directory_v1.RoleAssignmentsResource.ListRequest.RoleId
getset

Immutable ID of a role. If included in the request, returns only role assignments containing this role ID.

◆ UserKey

virtual string Google.Apis.Admin.Directory.directory_v1.RoleAssignmentsResource.ListRequest.UserKey
getset

The user's primary email address, alias email address, or unique user ID. If included in the request, returns role assignments only for this user.

summary>Gets the method name.


The documentation for this class was generated from the following file: