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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `QueryGrantableRolesRequest` class is used to request a list of grantable roles, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["This class has properties such as `FullResourceName` (required to specify the resource), `PageSize` (optional limit on the number of roles, defaulting to 300 and capped at 1000), `PageToken` (optional pagination token), and `View` (to specify the type of information that should be returned about the roles)."],["The class has two constructors, one that is parameterless, and one that accepts another `QueryGrantableRolesRequest` object as the parameter, used for creating a new request based on an existing one."],["It is part of the `Google.Cloud.Iam.Admin.V1` namespace within the `Google.Cloud.Iam.Admin.V1.dll` assembly, indicating its role in managing Identity and Access Management (IAM) resources."],["This class is compatible with multiple versions, ranging from 1.0.0 up to the latest version of 2.4.0."]]],[]]