Class QueryGrantableRolesRequest
The grantable role query request.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class QueryGrantableRolesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FullResourceName
Required. The full resource name to query from the list of grantable roles. The name follows the Google
Cloud Platform resource format. For example, a Cloud Platform project with id my-project
will be named
//cloudresourcemanager.googleapis.com/projects/my-project
.
Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
Optional limit on the number of roles to include in the response. The default is 300, and the maximum is 2,000.
Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Optional pagination token returned in an earlier QueryGrantableRolesResponse.
Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
View
Declaration
[JsonProperty("view")]
public virtual string View { get; set; }
Property Value
Type | Description |
---|---|
string |