queryTestablePermissions method

ResponseFuture<QueryTestablePermissionsResponse> queryTestablePermissions(
  1. QueryTestablePermissionsRequest request, {
  2. CallOptions? options,
})

Lists every permission that you can test on a resource. A permission is testable if you can check whether a principal has that permission on the resource.

Implementation

$grpc.ResponseFuture<$0.QueryTestablePermissionsResponse>
    queryTestablePermissions(
  $0.QueryTestablePermissionsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$queryTestablePermissions, request,
      options: options);
}