listMyProjectPermissions method

ResponseFuture<ListMyProjectPermissionsResponse> listMyProjectPermissions(
  1. ListMyProjectPermissionsRequest request, {
  2. CallOptions? options,
})

List My Project Roles

Deprecated: List authorizations and pass the user ID filter with your users ID and the project ID filter to search for your authorizations on a granted and an owned project.

Returns a list of roles for the authenticated user and for the requesting project.

Implementation

$grpc.ResponseFuture<$0.ListMyProjectPermissionsResponse>
    listMyProjectPermissions(
  $0.ListMyProjectPermissionsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listMyProjectPermissions, request,
      options: options);
}