getUserGrantByID method
ResponseFuture<GetUserGrantByIDResponse>
getUserGrantByID(
- GetUserGrantByIDRequest request, {
- CallOptions? options,
Get User Grant By ID
Deprecated: List authorizations and filter by its ID.
Returns a user grant per ID. A user grant is a role a user has for a specific project and organization.
Implementation
$grpc.ResponseFuture<$0.GetUserGrantByIDResponse> getUserGrantByID(
$0.GetUserGrantByIDRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getUserGrantByID, request, options: options);
}