listProjectGrants method
ResponseFuture<ListProjectGrantsResponse>
listProjectGrants(
- ListProjectGrantsRequest request, {
- CallOptions? options,
List Project Grants
Deprecated: please move to the corresponding endpoint under project service v2. This endpoint will be removed with the next major version of ZITADEL.
Returns a list of project grants. A project grant is when the organization grants its project to another organization.
Required permission:
project.grant.read
Implementation
$grpc.ResponseFuture<$0.ListProjectGrantsResponse> listProjectGrants(
$0.ListProjectGrantsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listProjectGrants, request, options: options);
}