listMyUserGrants method

ResponseFuture<ListMyUserGrantsResponse> listMyUserGrants(
  1. ListMyUserGrantsRequest request, {
  2. CallOptions? options,
})

List My Authorizations / User Grants

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

Returns a list of the authorizations/user grants the authenticated user has. User grants consist of an organization, a project and 1-n roles.

Implementation

$grpc.ResponseFuture<$0.ListMyUserGrantsResponse> listMyUserGrants(
  $0.ListMyUserGrantsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listMyUserGrants, request, options: options);
}