listGrantedProjectRoles method
ResponseFuture<ListGrantedProjectRolesResponse>
listGrantedProjectRoles(
- ListGrantedProjectRolesRequest request, {
- CallOptions? options,
Search Granted Project Roles
Deprecated: use project v2 service ListProjectGrants instead.
Lists the roles a granted projects has. These are the roles, that have been granted by the owner organization to my organization.
Implementation
$grpc.ResponseFuture<$0.ListGrantedProjectRolesResponse>
listGrantedProjectRoles(
$0.ListGrantedProjectRolesRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listGrantedProjectRoles, request,
options: options);
}