listUserGrants method

ResponseFuture<ListUserGrantResponse> listUserGrants(
  1. ListUserGrantRequest request, {
  2. CallOptions? options,
})

Search User Grants

Deprecated: List authorizations and pass the user ID filter to search for a users grants on owned or granted projects.

Returns a list of user grants that match the search queries. User grants are the roles users have for a specific project and organization.

Implementation

$grpc.ResponseFuture<$0.ListUserGrantResponse> listUserGrants(
  $0.ListUserGrantRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listUserGrants, request, options: options);
}